Does somebody know how you can enter lines in a script in EIS, BrioQuery that will delete files from your harddisk.
The goal will be to delete files exported (EXCEL) after a macro have used the files.
I heard i could use the following but it doesnot work
myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
file = myActiveXObject.GetFile("C:\\Temp\\All Reports.htm");
file.Delete(true);
Many thanks for your help
The goal will be to delete files exported (EXCEL) after a macro have used the files.
I heard i could use the following but it doesnot work
myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
file = myActiveXObject.GetFile("C:\\Temp\\All Reports.htm");
file.Delete(true);
Many thanks for your help