Where's examples about handling file?
Where's examples about handling file?
- Subject: Where's examples about handling file?
- From: Youngjin Kim <email@hidden>
- Date: Sun, 10 Jun 2001 10:39:18 +0900
I think what's missing in examples in dev CD is about file handling.
What I need to do is 1) putting my resource file(in hex data) into my
application bundle then 2) retrieve it at runtime. Sounds simple.
After days of juggling with NSData and NSBundle classes, I found I
really need some (simple) example.
Could anyone show me direction?
Youngjin