-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
type: bugSomething that should function correctly isn't.Something that should function correctly isn't.
Description
I just naively tried to use this library under windows because it is advertised as "platform independent paths" and ran into trouble :). Currently, the library doesn't have an Escaper for windows directory seperators (backslash instead of forward slash) and can't parse absolute paths as used on the windows platform ("C:\Users").
There are more cases that would be nice to handle, most importantly network share paths ("\server\share\directory"), and some others that are more questionable (e.g. long path urls that start with "?").
Are you interested in extending this library to handle windows paths as well? If so I could try to write up a plan on how to add windows path support to purescript-pathy.
Metadata
Metadata
Assignees
Labels
type: bugSomething that should function correctly isn't.Something that should function correctly isn't.