0

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.

Donald Duck
  • 8,409
  • 22
  • 75
  • 99

1 Answers1

2

You might use the CreateFolder Method and the DeleteFolder Method

bummi
  • 27,123
  • 14
  • 62
  • 101
Ekkehard.Horner
  • 38,498
  • 2
  • 45
  • 96