Saving is so darn easy!
Saving is so darn easy!
- Subject: Saving is so darn easy!
- From: deekpyro <email@hidden>
- Date: Mon, 01 Apr 2002 16:37:09 -0600
Ok, i've got it figured out. Now a new problem, I want to copy a file with
this method...
(BOOL)copyPath:(NSString *)source toPath:(NSString *)destination
handler:handler
but I don't know what handler is and if I use this in a method:
[xxxxx copyPath:~/Users/File.txt toPath:/Library/ handler:]
But I have a few questions:
1. What should I send this method? (that's why xxxxx is there)
2. What is the handler?
3. What should I put for the copyPath: and toPath: to go from one place on
the hard drive to another IF I don't know what the name of the hard drive is
to prefix it?
I've read the manuel, now can you help?
Thanks
_______________________________________________
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.