* Creates a directory in the client-provided session filesystem. * * @param params Directory path to create in the client-provided session filesystem, with options for recursive creation and POSIX mode. * * @returns Describes a filesystem error.
(params: SessionFsMkdirRequest)
| 16916 | * @returns Describes a filesystem error. |
| 16917 | */ |
| 16918 | mkdir(params: SessionFsMkdirRequest): Promise<SessionFsError | undefined>; |
| 16919 | /** |
| 16920 | * Lists entry names in a directory from the client-provided session filesystem. |
| 16921 | * |
no outgoing calls