My playbook app downloads a zip file and opens it.
So can we create air objects on the playbook for file i/o operations since an api for the playbook I guess hasn't been developed. For example:
var file =new air.File(path);
|
My playbook app downloads a zip file and opens it. So can we create air objects on the playbook for file i/o operations since an api for the playbook I guess hasn't been developed. For example:
| ||||
|
feedback
|
|
First, this document will help you understand the layout of the Playbook's file system, and which directories are available to you, as a developer: After that, working with a file can be as simple as:
| |||||
feedback
|