OutlineView For Files
OutlineView For Files
- Subject: OutlineView For Files
- From: Austin Sarner <email@hidden>
- Date: Wed, 27 Apr 2005 13:00:33 -0400
Hello,
I have an Outline that I use to represent a directory on the user's computer. I do this by recursively scanning the directory and populating the outline every time I wish to update it. Obviously, this is not optimal, as I have to rescan EVERYTHING for a single file change. (This can also take an unacceptably long time for large enough directory trees). The main alternative I see is polling a file manager in the outline's datasource when needed. The only example of this that I can find is in /Developer/Examples/AppKit and seems rather... basic. It only works on the root of your drive, and requires you to have a root item. Does anyone know of a more practical example or how to get started in the right direction?
Thanks! -------------------- Austin Sarner
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden