Re: NSFileSystemSize
Re: NSFileSystemSize
- Subject: Re: NSFileSystemSize
- From: Michael Stone <email@hidden>
- Date: Wed, 22 Aug 2001 22:01:55 -0600
On 8/22/01 9:45 PM, John C. Randolph at email@hidden wrote:
>
On Wednesday, August 22, 2001, at 08:35 PM, Michael Stone wrote:
>
>
> I'm using fileSystemAttributesAtPath:NSHomeDirectory() to get the total
>
> disk
>
> space via NSFileSystemSize, but it's returning 788MB when I really have
>
> 4700MB. NSFileSystemFreeSize returns a correct value of 2878MB. Does
>
> anyone
>
> know why NSFileSystemSize is returning an incorrect value?
>
>
Isn't NSFileSystemSize supposed to say how much space the filesystem has
>
*used*?
If that's the case, it should be returning 2103MB for my system. Instead, it
returns 788MB.