check if a file path is useable
check if a file path is useable
- Subject: check if a file path is useable
- From: Mitchell Livingston <email@hidden>
- Date: Mon, 3 Sep 2007 13:46:50 -0400
Hello,
I am writing a program where I need to be able to read/write a file
to a specific directory. I have been able to check if a file is
readable and writable using the access() function. The problem is
that I want to make it so that if the file does not already exists I
can see if it can be created. I am stuck here, since I'm not sure of
an easy way to get this information. Is there a single method to do
all this, and if not how can I create a method to do all of this?
Thanks,
Mitchell Livingston
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden