Module
Node.Path
- Package
- purescript-node-path
- Repository
- purescript-node/purescript-node-path
#basenameWithoutExt Source
basenameWithoutExt :: FilePath -> FilePath -> FilePath
Return the last portion of a path, also dropping a specific file extension if it matches the end of the name.
#isAbsolute Source
isAbsolute :: String -> Boolean
Determines whether path is an absolute path
- Modules
- Node.
Path