| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Mark Wagner wrote:
Wait, I'm not clear here. Is your goal to know the POSIX access flags (-rwxrwxrwx), or is your goal to determine whether a file can be written to?On 11/9/05, Chris Page <email@hidden> wrote: FSGetCatalogInfo's permissions tells you the POSIX access flags The easiest way to learn whether a file can be written to is to open the file with write permission and then immediately close it. If you were able to open it, it's writable. This is safe to do and doesn't take a long time. Checking all the cases that "open" would check is probably very difficult to do properly, and may change between OS releases. (OS X Server even added ACLs recently, I think, and AFAIK there's no way for you to peer at their innards.) If your goal is something else still, please be more specific :) |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Carbon-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/carbon-dev/email@hidden This email sent to email@hidden
| References: | |
| >Determining file permissions (From: Mark Wagner <email@hidden>) | |
| >Re: Determining file permissions (From: Chris Page <email@hidden>) | |
| >Re: Determining file permissions (From: Mark Wagner <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.