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?
optionalallowEmpty:boolean
Defined in: packages/fireflow-vfs/src/path/validation.ts:38
Allow empty path (root)
allowRelative?
optionalallowRelative:boolean
Defined in: packages/fireflow-vfs/src/path/validation.ts:40
Allow relative paths (without leading /)
checkReserved?
optionalcheckReserved:boolean
Defined in: packages/fireflow-vfs/src/path/validation.ts:42
Check for reserved names