* Removes a file or directory from the client-provided session filesystem. * * @param params Path to remove from the client-provided session filesystem, with options for recursive removal and force. * * @returns Describes a filesystem error.
(params: SessionFsRmRequest)
| 16940 | * @returns Describes a filesystem error. |
| 16941 | */ |
| 16942 | rm(params: SessionFsRmRequest): Promise<SessionFsError | undefined>; |
| 16943 | /** |
| 16944 | * Renames or moves a path in the client-provided session filesystem. |
| 16945 | * |
no outgoing calls