Add posix note to README
This commit is contained in:
parent
08fa277b31
commit
bebc96fa6d
@ -28,6 +28,8 @@ so it is forked as well and merged into this library.
|
|||||||
* safe filepath manipulation, never using String as filepath, but ByteString
|
* safe filepath manipulation, never using String as filepath, but ByteString
|
||||||
* still allowing sufficient control to interact with the underlying low-level calls
|
* still allowing sufficient control to interact with the underlying low-level calls
|
||||||
|
|
||||||
|
Note: this library was written for __posix__ systems and it will probably not support other systems.
|
||||||
|
|
||||||
## Differences to 'path'
|
## Differences to 'path'
|
||||||
|
|
||||||
* doesn't attempt to fake IO-related information into the path, so whether a path points to a file or directory is up to your IO-code to decide...
|
* doesn't attempt to fake IO-related information into the path, so whether a path points to a file or directory is up to your IO-code to decide...
|
||||||
|
Loading…
Reference in New Issue
Block a user