Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / BuildCGUriOptions

Interface: BuildCGUriOptions

Defined in: packages/fireflow-vfs/src/types/uri.ts:76

Options for building a ff:// URI

Properties

isDirectory?

optional isDirectory: boolean

Defined in: packages/fireflow-vfs/src/types/uri.ts:80

Force directory format (add trailing slash)


path

path: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:78

File path (will be normalized)

Licensed under BUSL-1.1