↧
Answer by boflynn for Atomicity of File.Move
Yes, in NTFS. From here:As an aside if you are running under NTFS then file operations are atomic at the file system level. A rename will occur in a single operation as far as any higher code is...
View ArticleAtomicity of File.Move
I want to rename a file in a directory as an atomic transaction. The file will not be changing directories. The path is provided as a UNC Path to an NTFS file system, probably on either Server 03 or...
View Article