PersistentAI API Documentation / @persistentai/fireflow-vfs / path / flowEventsDir
Function: flowEventsDir()
flowEventsDir(
flowFolder):string
Defined in: packages/fireflow-vfs/src/path/flow-package.ts:154
Get events/ directory path within flow package.
Parameters
flowFolder
string
Path to .fflow folder
Returns
string
Path to events directory
Example
ts
flowEventsDir('workflows/my-flow.fflow')
// → 'workflows/my-flow.fflow/events'