07-14-2011 12:41 AM
I am working on this playbook app where I will download a file( a zip file ) from a site and then open it on the playbook. Before starting my working on this I learnt Adobe air and created the same on it, since I heard that the playbook supports Air.
So can we create air objects on the playbook ,for example
var file =new air.File(path);
Then the getDirectoryListing() , resolvePath() , can these be used on the playbook since an api for file io operations on the playbook I guess hasnt been developed.
Thanks.
Solved! Go to Solution.
07-14-2011 05:48 AM
You want
import flash.filesystem.*;
then to find a path it's
var dataFile:File = File.applicationStorageDirectory.resolvePath("your