Shahbaz Pothiawala
Shahbaz Pothiawala

Reputation: 1215

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

Upvotes: 1

Views: 157

Answers (1)

Pranav Negandhi
Pranav Negandhi

Reputation: 1624

Use the File.applicationStorageDirectory.spaceAvailable property.

Upvotes: 2

Related Questions