Is using the windows scripting runtime, especially the FileSystemObject thereof a good idea?
- 阅读更多 关于 Is using the windows scripting runtime, especially the FileSystemObject thereof a good idea?
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? Update (aug 20, 2012): Since asking this question we have encountered the problem of a non functional scrrun.dll three times among 3000 customers. We had to fix these manually through remote