This might be simple.
I need to copy a file to a directory name that will be changing monthly.
I _know_ the directory name will be the only directory that starts with a "2" so Dir 2* will always return my directory name (for example, 20090430)
How can I copy a file to that directory name?
One way thought I had was to store the directory name as a variable (actually store the directory name in a file and then create a variable from the one line in that file) and then copy the file to that variable name.
Is there any easier way?
Thanks.
I need to copy a file to a directory name that will be changing monthly.
I _know_ the directory name will be the only directory that starts with a "2" so Dir 2* will always return my directory name (for example, 20090430)
How can I copy a file to that directory name?
One way thought I had was to store the directory name as a variable (actually store the directory name in a file and then create a variable from the one line in that file) and then copy the file to that variable name.
Is there any easier way?
Thanks.