-
Alright here's the deal...
1)I'm making a directory watcher which watches however many directories u add into a list box.
2)From there It makes a list of links in the form of an HTML page.
3) my problem is saving the file w/ a custom name that the user can define. But how is that possible if you make the case select before hand?
4) is there a way to add this after the user has made a list, and then put the filename into a text box or something?
let me know if i need to explain more.
------------------
MooCow
-
-
basicly i need to be-able to customize the filename of the HTML file that will be created for each directory it watches.. I want people to be-able to specify the filename they want it to be.
if there's a change in the directory then the prog creates a log, and re-writes and HTML file that makes the directory listing into links. I can't find a way to make that filename customizable for the user for EACH dir in that list box
------------------
MooCow