mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-11 18:09:19 +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();
|
openFile.Stream.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Note: it's possible that we just want to upcase / downcase a filename letter.
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (renameInformation.ReplaceIfExists && (fileSystem.GetEntry(destination) != null ))
|
if (renameInformation.ReplaceIfExists && (fileSystem.GetEntry(destination) != null ))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue