FileSystemObject
Classic ASP .CopyFile "Permission Denied" error on Windows Server 2008, IIS 7
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[详细]
2023-04-10 16:16 分类:问答vbscript FileSystemObject works locally but not live
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[详细]
2023-04-04 12:24 分类:问答ActiveX write to file from JavaScript on Windows Mobile 6.5 - nothing happens
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[详细]
2023-04-02 01:18 分类:问答Scripting.FileSystemObject location (from JavaScript)
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,[详细]
2023-03-22 08:08 分类:问答HTTPS & FSO.copyfile
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[详细]
2023-03-21 17:59 分类:问答Pass existing FileSystemObject or create multiple instances
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[详细]
2023-03-16 03:56 分类:问答C# FileSystemObject How to get folder's comment property?
If i create a folder in windows and right click select properties and give some comment about it 开发者_高级运维in the comment field.[详细]
2023-03-12 20:03 分类:问答Using "FSO" in Javascript, how to write a variables's content to a file? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: how to write a variables's content to a file in JavaScript[详细]
2023-03-08 09:17 分类:问答How do I reliably determine folder size using FileSystemObject.Size?
Trying to compute the size of a folder that could be very large, I used FileSystemObject.Size: #! perl[详细]
2023-02-28 12:26 分类:问答Error: ActiveX Component Can't Create Object Scripting.FileSystemObject
I have a simple vbs-file on my drive c: with following content: Set objShell = CreateObject(\"Scripting.FileSystemObject\")[详细]
2023-02-20 00:50 分类:问答