Upload files to the sandbox.
Files are written to the VFS. Parent directories are created automatically if they don't exist.
uploadFiles(files: [string, Uint8Array<ArrayBufferLike>][]): Promise<FileUploadResponse[]>| Name | Type | Description |
|---|---|---|
files* | [string, Uint8Array<ArrayBufferLike>][] | Array of [path, content] tuples to upload |