NovelIO


FilePath

Namespace: NovelFS.NovelIO

Represents a filename in a valid format

Instance members

Instance memberDescription
PathString
Signature: string

The raw string representation of the filename

CompiledName: get_PathString

Static members

Static memberDescription
CreateFromString(path)
Signature: path:string -> FilePath option

Attempts to create a valid filename from a string, returning a Filename if successful or throwing an exception otherwise

TryCreateFromString(path)
Signature: path:string -> FilePath option

Attempts to create a valid filename from a string, returning Some Filename if successful or None otherwise

Fork me on GitHub