Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Library for manipulating FilePaths in a cross platform way. This package provides functionality for manipulating FilePath values, and is shipped with GHC. It provides two variants for filepaths:
- legacy filepaths: type FilePath = String
- operating system abstracted filepaths (OsPath): internally unpinned ShortByteString (platform-dependent encoding)
- System.FilePath.Posix / System.OsPath.Posix manipulates POSIX/Linux style FilePath values (with / as the path separator).
- System.FilePath.Windows / System.OsPath.Windows manipulates Windows style FilePath values (with either \ or / as the path separator, and deals with drives).
- System.FilePath / System.OsPath for dealing with current platform-specific filepaths
filePath :: FindClause FilePathfilemanip System.FilePath.Find Return the name of the file being visited.
filePath :: FileClass file => file -> ByteStringgio System.GIO.File.File Gets the local pathname for File, if one exists. This call does no blocking i/o.
filePath :: Event -> RawFilePathhinotify System.INotify No documentation available.
filePath :: Event -> RawFilePathhinotify System.INotify No documentation available.
filePath :: Event -> RawFilePathhinotify System.INotify No documentation available.
filePath :: Event -> RawFilePathhinotify System.INotify No documentation available.
filePath :: FileInfo -> !ByteStringtar-conduit Data.Conduit.Tar.Types File path.
filePath :: AbsolutePath -> FilePathAgda Agda.Utils.FileName Extract the AbsolutePath to be used as FilePath.
-
fn Web.Fn No documentation available.
Page 1 of many | Next