File Manipulatio in JScript
I am writing some scripts which need to do various jobs, some of this will be creating directores, copying files, deleting files etc.
Is there any way of doing this in JScript without having to call Run("cmd /C md d:\dir") for example.
There must be a standard COM object in windows that I can use for this.
Note: This is not a web application, just something that will be used on a local windos machine.
Thanks,

