Can't create a folder on a Windows NT server
Can't create a folder on a Windows NT server
- Subject: Can't create a folder on a Windows NT server
- From: Lorenzo Puleo <email@hidden>
- Date: Wed, 23 Oct 2002 16:55:44 +0200
Hi,
I can't create a folder on a Windows NT server.
And I can't copy there a file too.
I have full admin privileges for the destination folder in NT.
I can create there a folder by Finder, and I can copy a file into the
destination folder by Finder.
First I check if I can write into the destination folder:
[manager isWritableFileAtPath:[dest stringByDeletingLastPathComponent];
And it returns YES, I can write into the destination folder.
Then I try to create a Directory:
[manager createDirectoryAtPath:dest attributes:nil];
but it returns NO.
Also, I tried to copy a file:
[manager copyPath:sourceFile toPath:destFile handler:nil];
and again it returns NO;
Why? Can someone help me?
I always think "if Finder can, I can". But this doesn't seem to be a good
philosophy.
Regards
--
Lorenzo Puleo
mailto:email@hidden
_______________________________________________
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.