Re: create folders
Re: create folders
- Subject: Re: create folders
- From: Vince DeMarco <email@hidden>
- Date: Sun, 10 Nov 2002 20:33:39 -0800
On Sunday, November 10, 2002, at 07:44 AM, Luca Torella wrote:
Hi,
how can I create a folder from Cocoa? And how to know the path of
my
app?
look at the documentation for NSFileManager.
look at the documentation for this method
- (BOOL)createDirectoryAtPath:(NSString *)path attributes:(NSDictionary
*)attributes;
vince
_______________________________________________
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.