Reputation: 1215
Am developing an iOS app with adobe air and flash Actionscript3. I need to know the available storage space in the iOS device programatically. I googled a lot, but to no help :(
Upvotes: 1
Views: 157
Reputation: 1624
Use the File.applicationStorageDirectory.spaceAvailable
property.
Upvotes: 2