In NTFS, file moving is atomic as explained here:
[...] 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 concerned.
Does this mean that moving a file is atomic also if it is moved from one directory to another directory? Or only within the same directory?
I'm assuming both directories are located on the same volume.