![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Determine if a Folder Exists on a Computer
|
||
|
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FolderExists("C:\Scripts") Then Wscript.Echo "The folder exists." Else Wscript.Echo "The folder does not exist." End If | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||