Re: Using a string as filepath
Re: Using a string as filepath
- Subject: Re: Using a string as filepath
- From: Knut Lorenzen <email@hidden>
- Date: Thu, 27 Nov 2008 10:06:52 +0100
Am 27.11.2008 um 01:22 schrieb Kiel Gillard:
Can you use NSSavePanel? It handles all that detail for you.
Unfortunately not.
Alternatively, try using NSString's stringByAppendingPathComponent:
method, it may validate the path component you're trying to add.
Tried that, but stringByAppendingPathComponent: does not appear to
validate the added path.
Thanks,
Knut
_______________________________________________
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