Symlinks in Windows 10
blogs.windows.com
Symlinks in Windows 10
1–10 of 17 posts
Re: Symlinks in Windows 10
#2Re: Symlinks in Windows 10
#3Re: Symlinks in Windows 10
#4Can we get file deletion in windows without raising an error because the file happens to be opened by some program?
Re: Symlinks in Windows 10
#5Can we get file deletion in windows without raising an error because the file happens to be opened by some program?
Not without breaking every program under the sun. Currently, programs on Windows can assume that the file associated with a path won't change while the file is open (at least I hope so or some of my code is a bit racy...).
Re: Symlinks in Windows 10
#6Can we get file deletion in windows without raising an error because the file happens to be opened by some program?
Re: Symlinks in Windows 10
#7Can we get file deletion in windows without raising an error because the file happens to be opened by some program?
Re: Symlinks in Windows 10
#8Can we get file deletion in windows without raising an error because the file happens to be opened by some program?
Not without breaking every program under the sun. Currently, programs on Windows can assume that the file associated with a path won't change while the file is open (at least I hope so or some of my code is a bit racy...).
Re: Symlinks in Windows 10
#9Can we get file deletion in windows without raising an error because the file happens to be opened by some program?
Re: Symlinks in Windows 10
#10Can we get file deletion in windows without raising an error because the file happens to be opened by some program?