read
file/read
Type: Command
| Argument | Type | Description |
|---|---|---|
| file | file | Name of the file to read. |
| chunk-size | num | Chunk size to read from the file. Range: 1..32768. |
| offset | num | Offset where to start reading the file. |
| Read-only Argument | Type | Description |
|---|---|---|
| data | string | The read data returned as a string. |