cocoa - How can i use NSSavePanel to select a directory? -
I have to select the user's existing or new directory where my app can save some files.
Can I do it with NSSavePanel or is there any other directory selector class?
does not give capacity to choose folders, but (a sub-section of the nsweeppanel) Set Yes for setCanChooseDirectories: and -ControlCredit Directories:, set a signal that is understandable with -setPrompt:.
Comments
Post a Comment