Write content to a file, creating it or overwriting it if it already exists.
Uses uploadFiles() to write. No runtime needed on the sandbox host.
write(filePath: string, content: string): Promise<WriteResult>| Name | Type | Description |
|---|---|---|
filePath* | string | |
content* | string |