Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine if a Folder Exists on a ComputerContent of Determine if a Folder Exists on a Computer.jsMD5 Hash: 7630D63EB0335BE46EB68CC12CD3E437 |
||
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 :: |