Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / path / PathValidationOptions

Interface: PathValidationOptions

Defined in: packages/fireflow-vfs/src/path/validation.ts:36

Options for path validation

Properties

allowEmpty?

optional allowEmpty: boolean

Defined in: packages/fireflow-vfs/src/path/validation.ts:38

Allow empty path (root)


allowRelative?

optional allowRelative: boolean

Defined in: packages/fireflow-vfs/src/path/validation.ts:40

Allow relative paths (without leading /)


checkReserved?

optional checkReserved: boolean

Defined in: packages/fireflow-vfs/src/path/validation.ts:42

Check for reserved names

Licensed under BUSL-1.1