Path
Namespace: NovelFS.NovelIO
Parent Module: File
Functions and values
Function or value | Description |
fromValid path
Signature: path:string -> FilePath
|
Turns a string into a file path by assuming the supplied string is a valid file path.
Throws an ArgumentException if the supplied string is, in fact, not valid.
|
pathString filename
Signature: filename:FilePath -> string
|
Gets the bare string from a filename
|