Re: Wrong result with createDirectoryAtPath:attributes:
Re: Wrong result with createDirectoryAtPath:attributes:
- Subject: Re: Wrong result with createDirectoryAtPath:attributes:
- From: Nat! <email@hidden>
- Date: Sun, 14 Dec 2003 23:17:44 +0100
Am 14.12.2003 um 21:57 schrieb Nat!:
Am 14.12.2003 um 21:38 schrieb Stiphane Sudre:
Well a suggestion would be to read the attributes of a folder and
check out what keys are available and then set all of them. Will this
work ? I wouldn't bet on it. Probably createDirectoryAtPath ist just a
wrapper for creat without any chown/chgrp calls.
Well actually because its a directory its not creat but mkdir / chmod.
If you casually look into the disassembled version of
__NSCreateDirectory you only see two "bl" statements, so I figure
that's about the implementation.
Ciao
Nat!
I act professionally, when I get paid for it. - Unknown
_______________________________________________
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.