System.FilePath

The plain source file for module System.FilePath is not available.
module System.FilePath where

(<.>) :: FilePath -> String -> FilePath
(</>) :: FilePath -> FilePath -> FilePath

addExtension :: FilePath -> String -> FilePath
addTrailingPathSeparator :: FilePath -> FilePath
combine :: FilePath -> FilePath -> FilePath
dropDrive :: FilePath -> FilePath
dropExtension :: FilePath -> FilePath
dropExtensions :: FilePath -> FilePath
dropFileName :: FilePath -> FilePath
dropTrailingPathSeparator :: FilePath -> FilePath
equalFilePath :: FilePath -> FilePath -> Bool
extSeparator :: Char
getSearchPath :: IO [FilePath]
hasDrive :: FilePath -> Bool
hasExtension :: FilePath -> Bool
hasTrailingPathSeparator :: FilePath -> Bool
isAbsolute :: FilePath -> Bool
isDrive :: FilePath -> Bool
isExtSeparator :: Char -> Bool
isPathSeparator :: Char -> Bool
isRelative :: FilePath -> Bool
isSearchPathSeparator :: Char -> Bool
isValid :: FilePath -> Bool
joinDrive :: FilePath -> FilePath -> FilePath
joinPath :: [FilePath] -> FilePath
makeRelative :: FilePath -> FilePath -> FilePath
makeValid :: FilePath -> FilePath
normalise :: FilePath -> FilePath
pathSeparator :: Char
pathSeparators :: [Char]
replaceBaseName :: FilePath -> String -> FilePath
replaceDirectory :: FilePath -> String -> FilePath
replaceExtension :: FilePath -> String -> FilePath
replaceFileName :: FilePath -> String -> FilePath
searchPathSeparator :: Char
splitDirectories :: FilePath -> [FilePath]
splitDrive :: FilePath -> (FilePath, FilePath)
splitExtension :: FilePath -> (String, String)
splitExtensions :: FilePath -> (FilePath, String)
splitFileName :: FilePath -> (String, String)
splitPath :: FilePath -> [FilePath]
splitSearchPath :: String -> [FilePath]
takeBaseName :: FilePath -> String
takeDirectory :: FilePath -> FilePath
takeDrive :: FilePath -> FilePath
takeExtension :: FilePath -> String
takeExtensions :: FilePath -> String
takeFileName :: FilePath -> FilePath

(<.>) = undefined
(</>) = undefined
addExtension = undefined
addTrailingPathSeparator = undefined
combine = undefined
dropDrive = undefined
dropExtension = undefined
dropExtensions = undefined
dropFileName = undefined
dropTrailingPathSeparator = undefined
equalFilePath = undefined
extSeparator = undefined
getSearchPath = undefined
hasDrive = undefined
hasExtension = undefined
hasTrailingPathSeparator = undefined
isAbsolute = undefined
isDrive = undefined
isExtSeparator = undefined
isPathSeparator = undefined
isRelative = undefined
isSearchPathSeparator = undefined
isValid = undefined
joinDrive = undefined
joinPath = undefined
makeRelative = undefined
makeValid = undefined
normalise = undefined
pathSeparator = undefined
pathSeparators = undefined
replaceBaseName = undefined
replaceDirectory = undefined
replaceExtension = undefined
replaceFileName = undefined
searchPathSeparator = undefined
splitDirectories = undefined
splitDrive = undefined
splitExtension = undefined
splitExtensions = undefined
splitFileName = undefined
splitPath = undefined
splitSearchPath = undefined
takeBaseName = undefined
takeDirectory = undefined
takeDrive = undefined
takeExtension = undefined
takeExtensions = undefined
takeFileName = undefined

Index

(HTML for this module was generated on 2014-04-04. About the conversion tool.)