Posted by student on August 10, 1999 at 01:33:33:
1) the way i currently have the program written, the user can specify a directory to start from (defaults to cwd), then the tree is built but NOT written to disk...
2) ...the user is then given the option to either a) write the tree to disk or b) search for a file from a previously written disk file
my questions:
1) is this method alright?
2) do we need to still allow the user to do an "in memory" search
3) do we need to do checking to see if the file the user specifies to search is a valid search file (this would really suck, btw)