Skip to content

client API methods list

Steve edited this page Apr 29, 2020 · 1 revision

listServer(path: string, options: IListOptions): Promise <IListData>

Reads files and/or directories from FSI Server.

listLocal(path: string, options: IListOptions): Promise <IListData>

Reads files and/or directories from a local directory.

See IListOptions for details on the options and how to filter entries in a list request.

Clone this wiki locally