We are upgrading our intranet web server from a Windows Server 2000, IIS 4 environment to Windows Server 2008, IIS 7 environment.As part of the upgrade, I\'m modifying a classic ASP application to mak
can anyone tell me what\'s going on with this (what should be) simple peice of VBscript. It is working locally but as soon as I try it online, it kick out an error as below! Everythings saved in the r
I need to persist some information in offline mode for future use. Normally I would use local storage from HTML5, but on Windows Mobile 6.5, it seems there is no browser available that would support H
I have a file for my Windows sidebar gadget that stores some settings for the user, but the FSO object seems to pick its native residence as the desktop, meaning that if I don\'t specify a directory,
I have a legacy ASP application that uses FSO (Scripting.FileSystemObjec) to copy a file from the web box to a network share.Since we have upgraded the server to HTT开发者_如何转开发PS, the file copy
I have several procedures that use the FileSystemObject. I find it\'s quite convenient. Question: Is it sensible to pass an existing instance of FileSystemObject from a \"main\" procedure to these o
If i create a folder in windows and right click select properties and give some comment about it 开发者_高级运维in the comment field.
This question already has answers here: Closed 11 years ago. Possible Duplicate: how to write a variables's content to a file in JavaScript
Trying to compute the size of a folder that could be very large, I used FileSystemObject.Size: #! perl
I have a simple vbs-file on my drive c: with following content: Set objShell = CreateObject(\"Scripting.FileSystemObject\")