ftp.nice.ch/pub/next/developer/objc/appkit/FileBrowser.README

This is the README for FileBrowser.1.0.s.tar.gz [Download] [Browse] [Up]

File Browser - Version 1.0

Rights: You may freely copy and distribute this program or use bits & pieces of it at your discretion.  

Warranty: This program is distributed "as-is" with no warranty whatsoever -- use it at your own risk.

Notes:  This program is intended to demonstrate the implemention a file/directory browser without creating alot of extra code around the basic stuff.

Notice that a single-click executes the changeFile: method and a double-click executes the selectFile: method.  If you examine the Controller.m file you will see the appropriate messages to set this up inside the appDidInit: code.

Be sure to note that the Controller Instance is the delegate for both the application (File's Owner) and the browser view.

Possible improvements would include sorting the directory entries, creating a field to "limit" the file types, or using a lazy fill on the directory information -- this would help with big directories like /dev.......

We hope this helps you on your way towards learning IB & Obj-C.
        
		                       
Tyler Gingrich           tyler+@osu.edu
Varun Mitroo             mitroo@magnus.acs.ohio-state.edu

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.