* Appends content to a file in the client-provided session filesystem. * * @param params File path, content to append, and optional mode for the client-provided session filesystem. * * @returns Describes a filesystem error.
(params: SessionFsAppendFileRequest)
| 16892 | * @returns Describes a filesystem error. |
| 16893 | */ |
| 16894 | appendFile(params: SessionFsAppendFileRequest): Promise<SessionFsError | undefined>; |
| 16895 | /** |
| 16896 | * Checks whether a path exists in the client-provided session filesystem. |
| 16897 | * |
no outgoing calls