From 65bb09d133735ee246536867b2d2f6aae28385a2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 23 May 2016 13:52:34 +0200 Subject: [PATCH] Update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0dfb08e..e9bceb8 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,15 @@ so it is forked as well and merged into this library. ## Differences to 'posix-paths' -* `hasTrailingPathSeparator` behaves in the same way as `System.FilePath` -* `dropTrailingPathSeparator` behaves in the same way as `System.FilePath` -* added various functions like `isValid`, `normalise` and `equalFilePath` * uses the `word8` package for save word8 literals instead of `OverloadedStrings` -* has custom versions of `openFd` and `getDirectoryContents` +* `hasTrailingPathSeparator` and `dropTrailingPathSeparator` behave in the same way as their `System.FilePath` counterpart +* added various functions: + * `isValid` + * `normalise` + * `equalFilePath` + * `isFileName` + * `hasParentDir` + * `hiddenFile` +* has a custom versions of `openFd` which allows more control over the flags than its unix package counterpart +* adds a `getDirectoryContents'` version that works on Fd