Can anyone tell me how to succesfully overwrite a directory without being prompted with "path not found " or file access error".
If it has already been create i would like to just overwrite the directory
Printable View
Can anyone tell me how to succesfully overwrite a directory without being prompted with "path not found " or file access error".
If it has already been create i would like to just overwrite the directory
Ever heard of error-trapping?
Yes, i have, but i stil get "file already exists"
Before you copy the file.. check for it's existance in the new dir. If it exists, delete it... then copy it.