NTFileSystemHelper: Added comment

This commit is contained in:
Tal Aloni 2017-02-10 19:23:10 +02:00
parent 6f6eb59b5d
commit 63db204ec4

View file

@ -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 ))