appcelerator retrieve all files from directory
问题 im working on an Ipad paint application and i want to retrieve all files from a specific directory, and delete the last saved image. In the appcelerator simulator it all works perfect, but when i run my application on my ipad it stops at var fid = dfo.getDirectoryListing(); I don't know what i'm doing wrong because i know he saves the png files in the test folder on ipad (tested it with alert). //going to the folder, this works he shows alert var dfo = Titanium.Filesystem.getFile(Titanium