![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine if a Folder Exists on a Computer
|
||
var objfso = new ActiveXObject("scripting.filesystemobject");
if (objfso.folderexists("c:\\scripts")) { WScript.Echo("the folder exists."); } else { WScript.Echo("the folder does not exist."); } | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |