PersistentAI API Documentation / @persistent-ai/fireflow-vfs / path / appKeepPath
Function: appKeepPath()
appKeepPath(
appFolder):string
Defined in: packages/fireflow-vfs/src/path/app-package.ts:111
Get .keep marker path within app package root.
Parameters
appFolder
string
Path to .ffapp folder
Returns
string
Path to .keep file
Example
ts
appKeepPath('mini-apps/my-app.ffapp')
// → 'mini-apps/my-app.ffapp/.keep'