Browse Source

NTFileSystemHelper: Added comment

Tal Aloni 8 năm trước cách đây
mục cha
commit
63db204ec4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 ))