cjFileBlob
Read a file from the virtual filesystem
Used to read files from the CheerpJ virtual filesystem.
Parameters
- path (
string
) - The path to the file to be read. Must begin with/files/
,/app/
or/str/
.
Returns
cjFileBlob
returns a Promise which resolves to a Blob of the file contents.