Re: Getting available free disk space on disk image

2008-10-28 Thread Paul Archibald
Oooops. It looks like I lied. Actually, I am using [[[myFileManager fileSystemAttributesAtPath:[mountedDiskImagePath stringByDeletingLastPathComponent] ...] I think it was because sometimes the path included a filename. I am going to change it to use the full path. I never

Re: Getting available free disk space on disk image

2008-10-28 Thread Clark Cox
On Tue, Oct 28, 2008 at 2:15 PM, Paul Archibald <[EMAIL PROTECTED]> wrote: > This is pretty obscure, I think. > > My app makes files which can be quite large. It also allows the user to > distribute copies of those files to various locations. So, to test this I > have tried creating and mounting a

Getting available free disk space on disk image

2008-10-28 Thread Paul Archibald
This is pretty obscure, I think. My app makes files which can be quite large. It also allows the user to distribute copies of those files to various locations. So, to test this I have tried creating and mounting a disk image which I tried making a copy to. The problem is that it seems I c