I have a file that i copy to a backup directory after completing a task in Access 2010. I need to know how to delete the files in this folder after I perform my filecopy.
fs.copyfolder "c:\temp", "\\mchapp01\mrr eporting\clilni cal values team\Charge Interface\Facil ity Only\Temp2", True
I want to delete all the files in C:\Temp after this copy command
fs.copyfolder "c:\temp", "\\mchapp01\mrr eporting\clilni cal values team\Charge Interface\Facil ity Only\Temp2", True
I want to delete all the files in C:\Temp after this copy command
Comment