* Lists directory entries with type information from the client-provided session filesystem. * * @param params Directory path whose entries (with type information) should be listed from the client-provided session filesystem. * * @returns Entries in the requested directory paired
(params: SessionFsReaddirWithTypesRequest)
| 16932 | * @returns Entries in the requested directory paired with file/directory type information, or a filesystem error if the read failed. |
| 16933 | */ |
| 16934 | readdirWithTypes(params: SessionFsReaddirWithTypesRequest): Promise<SessionFsReaddirWithTypesResult>; |
| 16935 | /** |
| 16936 | * Removes a file or directory from the client-provided session filesystem. |
| 16937 | * |
no outgoing calls
no test coverage detected