* Reads a file from the client-provided session filesystem. * * @param params Path of the file to read from the client-provided session filesystem. * * @returns File content as a UTF-8 string, or a filesystem error if the read failed.
(params: SessionFsReadFileRequest)
| 16876 | * @returns File content as a UTF-8 string, or a filesystem error if the read failed. |
| 16877 | */ |
| 16878 | readFile(params: SessionFsReadFileRequest): Promise<SessionFsReadFileResult>; |
| 16879 | /** |
| 16880 | * Writes a file in the client-provided session filesystem. |
| 16881 | * |
no outgoing calls