RE: NSTask
RE: NSTask
- Subject: RE: NSTask
- From: "Sprague, Graham" <email@hidden>
- Date: Thu, 28 Jun 2001 09:03:39 -0400
Never mind I got it. So stupid. It was right infront of me!
[resultList setStringValue:@""];
Ok now I'm going to try getting these results into an NSScrollview. So I
guess I will need to do the following...
-Put each line of the rusults into an array.
-Parse the part of the item found by locate using the criteria
-display the filesystem hierarchy when one of the items is
highlited(NSOutline maybe?)
-open directory or file when it's clicked on.
-maybe include a reveal in finder function
Anyone got any suggestions on how to get stuff into an NSScrollView?
-----Original Message-----