Delete a Folder on the Local Computer
' Delete a Folder on the Local Computer
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFolder("C:\FSO")
VbsEdit contains all these sample scripts!
Download
Home
Scripts
Copyright © 2001-2024 adersοft