I need to display the file system in the NSBrowser. Please provide with some sample examples. OR is there any other way to take path as input from the users.
Asked
Active
Viewed 8,541 times
1 Answers
3
Look at SimpleCocoaBrowser sample code.
http://developer.apple.com/mac/library/samplecode/SimpleCocoaBrowser/Introduction/Intro.html

Ken Aspeslagh
- 11,484
- 2
- 36
- 42
-
thanx a lot. can u plz tell me the way to take path as input. how can i get file save dialog box in my app. i want the path of selected file/directory – sole007 Sep 07 '10 at 11:27
-
2This page is not found – Anoop Vaidya May 29 '20 at 11:11
-
3It's in the archive now https://developer.apple.com/library/archive/samplecode/SimpleCocoaBrowser/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008872 – Willeke Jun 05 '20 at 12:02