NovelIO


PathDiscriminators

Namespace: NovelFS.NovelIO

Provides patterns for matching against valid and invalid file names

Active patterns

Active patternDescription
( |Ok|Error| ) result
Signature: result:Choice<'?7294,'?7295> -> Choice<'?7294,'?7295>
Type parameters: '?7294, '?7295

CompiledName: |Ok|Error|

( |ValidFilePath|InvalidFilePath| ) path
Signature: path:string -> Choice<FilePath,unit>

CompiledName: |ValidFilePath|InvalidFilePath|

Fork me on GitHub