* Gets metadata for a path in the client-provided session filesystem. * * @param params Path whose metadata should be returned from the client-provided session filesystem. * * @returns Filesystem metadata for the requested path, or a filesystem error if the stat failed.
(params: SessionFsStatRequest)
| 16908 | * @returns Filesystem metadata for the requested path, or a filesystem error if the stat failed. |
| 16909 | */ |
| 16910 | stat(params: SessionFsStatRequest): Promise<SessionFsStatResult>; |
| 16911 | /** |
| 16912 | * Creates a directory in the client-provided session filesystem. |
| 16913 | * |
no outgoing calls