J
Joel Allen
Hello,
I have code that creates a folder:
fs = new ActiveXObject("Scripting.FileSystemObject");
fs.CreateFolder("c:\\2006\\" + fieldVal);
Now I am trying to get code to go to the folder with explorer. Can anybody
help? This is not working for me:
objWeb = CreateObject("InternetExplorer.Application");
objWeb.Navigate("C:\\test");
objWeb.Visible = True;
Thank you,
Joel
I have code that creates a folder:
fs = new ActiveXObject("Scripting.FileSystemObject");
fs.CreateFolder("c:\\2006\\" + fieldVal);
Now I am trying to get code to go to the folder with explorer. Can anybody
help? This is not working for me:
objWeb = CreateObject("InternetExplorer.Application");
objWeb.Navigate("C:\\test");
objWeb.Visible = True;
Thank you,
Joel