Unsigned Long Long
Unsigned Long Long
- Subject: Unsigned Long Long
- From: email@hidden
- Date: Wed, 12 May 2004 13:20:08 -0700
Ok so i use this code to seek a file and get its size
NSFileHandle *fh = [NSFileHandle fileHandleForReadingAtPath:file];
NSNumber *totalFileSize = [NSNumber numberWithUnsignedLongLong:[fh
seekToEndOfFile]];
[fh closeFile];
the size is returned to me as an Unsigned Long Long ... does anyone
have a good definition of what exactly that is? I need to convert it
to kilo bytes
_______________________________________________
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.