mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-03 22:41:49 +02:00
NTFileSystemHelper: Added comment
This commit is contained in:
parent
6f6eb59b5d
commit
63db204ec4
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ namespace SMBLibrary.Server
|
|||
openFile.Stream.Close();
|
||||
}
|
||||
|
||||
// Note: it's possible that we just want to upcase / downcase a filename letter.
|
||||
try
|
||||
{
|
||||
if (renameInformation.ReplaceIfExists && (fileSystem.GetEntry(destination) != null ))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue