Cygwin: rename: use FILE_RENAME_POSIX_SEMANTICS if available
starting with W10 1709 on local NTFS drives Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -37,6 +37,10 @@ What changed:
|
||||
Deleting an in-use file now actually removes the file, rather than moving
|
||||
it to the recycler bin.
|
||||
|
||||
- Use the new POSIX rename semantics on NTFS starting with Windows 10 1709.
|
||||
Renaming a file to another in-use file now actually removes the other file,
|
||||
rather than moving it to the recycler bin.
|
||||
|
||||
- open(..., O_TMPFILE) now moves the file to the trash bin immediately,
|
||||
to free the parent directory.
|
||||
|
||||
|
Reference in New Issue
Block a user