bizproducer
Programmer
Does anyone know how to create a javascript that will delete files? I found this one on the web but it doesn't work.
myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
file = myActiveXObject.GetFile("C:\\Temp\\All Reports.htm");
file.Delete();
Thanks for your help!
myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
file = myActiveXObject.GetFile("C:\\Temp\\All Reports.htm");
file.Delete();
Thanks for your help!