dagolden / Path-Tiny

File path utility
41 stars 59 forks source link

Fix forward slashes problem in relative symlink targets on Windows (2) #274

Open hakonhagland opened 1 year ago

hakonhagland commented 1 year ago

Don't use forward slashes in a relative symlink target on Windows. For more information see issue #271.

This fixes issue #273.

Note that this PR includes #268, #270, and #272, which should be merged first.