[Bug 50770] Unable to create symlinks to files in a nonexistent directory

WineHQ Bugzilla wine-bugs at winehq.org
Tue Mar 9 02:58:49 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50770

--- Comment #4 from Hans Leidekker <hans at meelstraat.net> ---
So NT symlinks come in two flavors, file symlinks and directory symlinks, and
to remove them you need to use DeleteFile and RemoveDirectory respectively.

This means we need to know the symlink type. We can't take it from the target
because it may not exist, which suggests it should be encoded in the symlink
itself.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list