Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 763 Bytes

File metadata and controls

63 lines (43 loc) · 763 Bytes

Node.Path

Path

basename

basename : String -> String

Extract the basename from a filename.


delimiter

delimiter : String

The platform-specific path delimiter.


dirname

dirname : String -> String

Extract the directory name from a filename.


extname

extname : String -> String

Extract the extension name from a filename.


join

join : List String -> String

Build a path from the list of supplied strings


separator

separator : String

The platform-specific path segment separator.