-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Documentation
-
Interfaces