Zero kb file copied
Zero kb file copied
- Subject: Zero kb file copied
- From: Sanri Parov <email@hidden>
- Date: Thu, 22 Dec 2005 22:01:09 +0100
Hi everybody,
I'm having a little trouble in copying a file from the desktop to the
application bundle using NSFileManager.
When it comes to copy the file, it turns out the copied file is in
the right location I choose but it's zero KB in size.
Here's a little snippet:
NSString *stringaDiControllo = [NSString stringWithString:[[[NSBundle
mainBundle] executablePath] stringByAppendingString:@"/"]];
boolValue=[fm copyPath:[sheet filename] toPath:stringaDiControllo
handler:nil];
boolValue returns TRUE, which means the file is copied, but I can't
understand why it's empty...
Any clues?
Many thanks.
--
Sanri Parov from iBook
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden