08-04-2005 03:43 AM
08-04-2005 07:13 AM
What errors are you getting? It appears that you are trying to determine whether the path leads back to an exe, and then open a config file of the same prefix, while creating a new file (results?) of the same prefix with a timestamp. It appears to be correct, you might have a problem with the "New" file though if you run it again immediately, as the date stamp is only out to "day" and the New throws an error if it tries to create a file that already exists. You could do a check of the name and have the result select a case to either create or not depending on its existence.
P.M.
