Disk Free Size

To know how much free disk you have available on your iPhone/iTouch just execute this simple code:

NSDictionary * fsAttributes = [ [NSFileManager defaultManager]
                    fileSystemAttributesAtPath:NSTemporaryDirectory()];
NSNumber * freeSize = [fsAttributes objectForKey:NSFileSystemFreeSize];

You can also use the same dictionary to know the total disk size by reading the NSFileSystemSize key.


Posted

in

by

Tags:

Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: