Posix.Directory
getCurrentWorkingDirectory :: IO (Either Errno ByteArray) Source #
Get the current working directory without using the system locale to convert it to text. This is implemented with a safe FFI call since it may block.