Hello everybody,
Having tried several utilities which generate a web page listing of a directory's contents I am am going to try and develop my own because those I downloaded were not as configurable as I would have wished.
I'm trying to find my way around visual C# so I'm not looking for specific snippets of code, basically what I want is pointers as to what I'd need to do the following:
1: Allow the user to select a target directory to scan.
2: Allow the user to select an output directory for the generated web page.
3: At the top of the generated web page there should be a list of the sub-folders found under the target directory, this list should be a set of hyperlinks to locations further down the same page listing the files found in each sub-folder.
What control(s) will I need to do the scanning?
Am I correct in assuming that the app should generate the html as it scans the directories and files or should it temporarily store the info and write the html later?
Thanks for your help.
Regards,
The Thing.




Reply With Quote