document
This commit is contained in:
parent
889603336a
commit
2234a1d64a
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ module Utility.RawFilePath (
|
||||||
import Utility.FileSystemEncoding (RawFilePath)
|
import Utility.FileSystemEncoding (RawFilePath)
|
||||||
import System.Posix.Files.ByteString
|
import System.Posix.Files.ByteString
|
||||||
|
|
||||||
|
-- | Checks if a file or directoy exists. Note that a dangling symlink
|
||||||
|
-- will be false.
|
||||||
doesPathExist :: RawFilePath -> IO Bool
|
doesPathExist :: RawFilePath -> IO Bool
|
||||||
doesPathExist = fileExist
|
doesPathExist = fileExist
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue