NovelIO


Path

Namespace: NovelFS.NovelIO
Parent Module: File

Operations on File Paths

Functions and values

Function or valueDescription
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

Fork me on GitHub