Re: accessing files larger than 2GB
Re: accessing files larger than 2GB
- Subject: Re: accessing files larger than 2GB
- From: mathew <email@hidden>
- Date: Tue, 8 Jul 2003 20:59:09 -0400
On Monday, July 7, 2003, at 07:05 PM, Jeff Harrell wrote:
You don't need to do anything special. NSFileHandle's
-seekToFileOffset method takes an unsigned long long argument. That's
a 64-bit integer. In theory, you can address up to 18 billion gigs
this way.
Note, however, that unless things have changed recently, OS X doesn't
support files larger than 2GiB on DVDs.
mathew
_______________________________________________
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.