↧
Answer by Mark Granoff for Determine iOS application's total disk usage/filesize
You can use NSFileManager to examine files and directories. Just like with a desktop app, your app has access to its sandbox and the directory and files there. The most likely place you are saving...
View ArticleDetermine iOS application's total disk usage/filesize
I have an app that allows users to download files and save them to the device's internal memory. I need to be able to display the total app disk usage at any given time. I found how to check the total...
View Article
More Pages to Explore .....