* Renames or moves a path in the client-provided session filesystem. * * @param params Source and destination paths for renaming or moving an entry in the client-provided session filesystem. * * @returns Describes a filesystem error.
(params: SessionFsRenameRequest)
| 16948 | * @returns Describes a filesystem error. |
| 16949 | */ |
| 16950 | rename(params: SessionFsRenameRequest): Promise<SessionFsError | undefined>; |
| 16951 | /** |
| 16952 | * Executes a SQLite query against the per-session database. |
| 16953 | * |
no outgoing calls