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