Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Set fso = CreateObject("Scripting.FileSystemObject")
  2. if fso.FolderExists(folderpath) then
  3. 'Do code
  4. end if
  5.  
  6. >> p = "c:usersehpipapo"
  7. >> WScript.Echo goFS.GetParentFolderName(p)
  8. >> WScript.Echo goFS.FolderExists(goFS.GetParentFolderName(p))
  9. >>
  10. c:userseh
  11. -1
  12. >>
Add Comment
Please, Sign In to add comment