Is using the windows script host, especially the FileSystemObject hereof a good idea?

Posted by Dabblernl on Stack Overflow See other posts from Stack Overflow or by Dabblernl
Published on 2010-05-16T22:51:01Z Indexed on 2010/05/16 23:00 UTC
Read the original article Hit count: 319

Recently I have been asked to do some maintenance on a VB6 application. This involves some file IO. I find the IO operations offered by referencing the windows script host and using the FileSystemObject a lot friendlier than the IO operations that come with VB6.

But will this cause problems because of security issues, or because of the fact that the script host will be disabled on some users' computers?

© Stack Overflow or respective owner

Related posts about vb6

Related posts about windows-scripting-host