Search code examples
javascriptvbscriptfso

Create or delete a folder using FSO


Is there an FSO (file system object) method to create or delete a folder in JavaScript or VBScript? Any other JavaScript or VBScript method to create or delete a folder which works in HTA is also accepted.


Solution

  • You might use the CreateFolder Method and the DeleteFolder Method