One Quickie


Reading a file as an NSData (General->General)
    NSString *filename = @"/this/is/my/file/path";

    NSData *data;
    data = [NSData dataWithContentsOfFile: filename];



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com