https://bugs.winehq.org/show_bug.cgi?id=50804 --- Comment #30 from Hans Leidekker <hans(a)meelstraat.net> --- (In reply to Erich E. Hoover from comment #29)
So, we have a few choices here: 1) we can report unix symlinks as junction points (will definitely work in this situation, but may not work in others) 2) we can report unix symlinks as custom reparse points, such as the WSL unix symlink (will definitely work in this situation, and more likely to work in others since applications check for IO_REPARSE_TAG_MOUNT_POINT and IO_REPARSE_TAG_SYMLINK) 3) we can hide unix symlinks from applications (will definitely work in "all" situations, but harder to implement and has less functionality)
What functionality? -- 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.