Currently only Unix style paths are supported. Support for Windows style paths should be added to allow for greater portability. This includes adding support for \ directory delimitation as well as drive letter support (e.g. C:\foo\bar.txt).
Essentially, all path styles supported natively by the language should be supported by this library.
Currently only Unix style paths are supported. Support for Windows style paths should be added to allow for greater portability. This includes adding support for
\directory delimitation as well as drive letter support (e.g.C:\foo\bar.txt).Essentially, all path styles supported natively by the language should be supported by this library.