* Lists entry names in a directory from the client-provided session filesystem. * * @param params Directory path whose entries should be listed from the client-provided session filesystem. * * @returns Names of entries in the requested directory, or a filesystem error if the read
(params: SessionFsReaddirRequest)
| 16924 | * @returns Names of entries in the requested directory, or a filesystem error if the read failed. |
| 16925 | */ |
| 16926 | readdir(params: SessionFsReaddirRequest): Promise<SessionFsReaddirResult>; |
| 16927 | /** |
| 16928 | * Lists directory entries with type information from the client-provided session filesystem. |
| 16929 | * |
no outgoing calls