Bonjour,
Dans son message, < Ed > écrivait :
In this message, < Ed > wrote:
|| The app is actually in VB6. Using list boxes, the user navigates first
to a
|| folder to contain the copies, and is allowed to create a new folder if
|| desired. This file path is captured in a string. Next the user
navigates
|| to files and folders to copy into the "Copies of <whatever> Here" folder.
A
|| list of the full name (including path) is added to a new doc created just
to
|| contain the names of these files and folders.
||
|| Because the user could repeat this multiple times, creating different
|| "Copies of <whatever> Here" folders, I thought it would be easier to
allow
|| an inspection of what files went where if the docs were named according
to
|| the "Copies Here" folder - "Files Copied to C_My Docs_This Project_Copies
|| Here.doc". That way, if something was forgot, or misrouted, or such, the
|| user could keep a copy of the doc either printed or electronic to make
notes
|| on for the next round of copies (because the next time the app is run,
the
|| newly created doc would be saved with the same name, overwriting the
|| previous copy).
||
OK, so you are creating a procedure to help users copy files from A to B.
At the end of the procedure, maybe in a pre-determined folder, a log file
called "Files copied to B" (Where B is the full path) is created.
This log files contains the name of all the files in B as hyperlinks.
I guess this is some kind of Backup-wizard type of thing?
I do not see any problem with this.
It would be nice if your app had a listbox containing all the names of the
previous log file created so that at a glance the user can see what has
already been copied. If the log files are not stored in a fixed location,
you could use an ini file (or a txt file) to keep track of them.
Also, there could be a warning if the user tries to copy files to an already
used folder (i.e. a log file with an identical name already exits).
--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site:
http://www.word.mvps.org