Pārlūkot izejas kodu

NTFileSystemHelper: Added comment

Tal Aloni 8 gadi atpakaļ
vecāks
revīzija
63db204ec4
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      SMBLibrary/Server/Helpers/NTFileSystemHelper.Set.cs

+ 1 - 0
SMBLibrary/Server/Helpers/NTFileSystemHelper.Set.cs

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