views:

123

answers:

1

Is it possible to manage files and directories (i.e. get a directory's content, create/copy/delete files, etc.) usig javascript in WSH ?
I did a quick look at MSDN and I cant find an object that let me do that.

+4  A: 

Is FileSystemObject what you're looking for?

RichieHindle
I see. However, that's not under the WSH section in the documentation. It doesn't seem to be part of the WSH DOM.
GetFree
I'm not saying it doesn't work. Just poining out that it's somewhere else in the MSDN documentation tree.
GetFree
I'm looking at it in MSDN under "Microsoft Windows Script Technologies".
RichieHindle
Yep. But I was looking under "Windows Script Host". Thanks.
GetFree