G
Guest
I am using the Scripting.FileSystemObject to copy files in a folder to
multiple folder locations using the .CopyFile methiod (no problem) .. then
attempting to delete the folder at the original location using the
..DeleteFolder method in the same procedure.
The files get copied to the specified location but errors when the
..DeleteFolder is tiggered in the code.
Am am receiving the error:
Run-time error '70'
Permission denied
I can check the folder and all files have been removed but the folder will
not delete ...
Is there any solution to get past this problem ???
R. Hicks
multiple folder locations using the .CopyFile methiod (no problem) .. then
attempting to delete the folder at the original location using the
..DeleteFolder method in the same procedure.
The files get copied to the specified location but errors when the
..DeleteFolder is tiggered in the code.
Am am receiving the error:
Run-time error '70'
Permission denied
I can check the folder and all files have been removed but the folder will
not delete ...
Is there any solution to get past this problem ???
R. Hicks