NSFileSystemFreeSize troubles
NSFileSystemFreeSize troubles
- Subject: NSFileSystemFreeSize troubles
- From: stupidFish programming <email@hidden>
- Date: Mon, 3 Feb 2003 15:47:13 +0100
Hi, the following function call gives me incorrect free space values
for my startup disk, but works great for every other disk or
partition. any ideas?
thanks,
ben
NSLog(@"%6.2f GB Free", [[[[NSFileManager defaultManager]
fileSystemAttributesAtPath:@"/"] objectForKey:NSFileSystemFreeSize]
floatValue]/1024/1024/1024);
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.