Search code examples
iosactionscript-3flash-cs6

AS3 AIR for iOS get available storage space


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 :(


Solution

  • Use the File.applicationStorageDirectory.spaceAvailable property.