views:

43

answers:

1

Hi, 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. URGENT plz. Thanx a lot

A: 

Look at SimpleCocoaBrowser sample code.

http://developer.apple.com/mac/library/samplecode/SimpleCocoaBrowser/Introduction/Intro.html

Ken Aspeslagh
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
You should read the Foundation and AppKit documentation.
Ken Aspeslagh
thanx, got what i wanted.
sole007