Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
peekFilePath :: CString -> IO FilePathghc-internal GHC.Internal.System.Posix.Internals No documentation available.
peekFilePathLen :: CStringLen -> IO FilePathghc-internal GHC.Internal.System.Posix.Internals No documentation available.
withFilePath :: FilePath -> (CString -> IO a) -> IO aghc-internal GHC.Internal.System.Posix.Internals No documentation available.
journalFilePath :: Journal -> FilePathhledger-lib Hledger.Data.Journal No documentation available.
journalFilePaths :: Journal -> [FilePath]hledger-lib Hledger.Data.Journal No documentation available.
type
PrefixedFilePath = FilePathhledger-lib Hledger.Read A file path optionally prefixed by a reader name and colon (journal:, csv:, timedot:, etc.).
equalFilePath :: FilePath -> FilePath -> Boolshake Development.Shake.FilePath Equality of two FILEPATHs. If you call System.Directory.canonicalizePath first this has a much better chance of working. Note that this doesn't follow symlinks or DOSNAM~1s. Similar to normalise, this does not expand "..", because of symlinks.
x == y ==> equalFilePath x y normalise x == normalise y ==> equalFilePath x y equalFilePath "foo" "foo/" not (equalFilePath "/a/../c" "/c") not (equalFilePath "foo" "/foo") Posix: not (equalFilePath "foo" "FOO") Windows: equalFilePath "foo" "FOO" Windows: not (equalFilePath "C:" "C:/")
fileInfoFilePath :: FileInfo -> FilePathbrick Brick.Widgets.FileBrowser The full path to this entry's file.
fileInfoFilePathL :: Lens' FileInfo FilePathbrick Brick.Widgets.FileBrowser No documentation available.
splitFilePath :: ShortText -> [ShortText]ghc-lib-parser GHC.Data.ShortText O(n) Split a ShortText representing a file path into its components by separating on the file separator characters for this platform.