Search code examples
apache-flexflashactionscript-3airmxml

How to get folder size in Adobe Air?


How to get folder size in Adobe Air?


Solution

  • Should be fairly simple using File.size. Just in case is confusing, folders in AIR are represented using the File class, which extends FileReference, thus the link to the FileReference documentation.