File

File is a special kind of Blob which represents a file.

File objects can be exported from Calcish (saved to disk), viewed, or converted to an Asset cell.

Properties

Prototype Properties

See Blob.

Examples

new File(['Hello, world!'], 'hello.txt')
The file object