FileSystemObject
What do the enum values of objLogicalDisk.DriveType in vbscript refer to?
so the following code: Dim objFSO : Set objFSO = CreateObject(\"Scripting.FileSystemObject\") Dim colDrives : Set colDrives = objFSO.Drives[详细]
2023-01-06 20:56 分类:问答File permissions with FileSystemObject - CScript.exe says one thing, Classic ASP says another
I have a classic ASP page - written in JScript - that\'s using Scripting.FileSystemObject to save files to a network share - and it\'s not working. (\"Permission denied\")[详细]
2022-12-29 19:25 分类:问答VBScript Catching Erroring Varialble Value
I have a VB Script (.vbs file) that is just a simple directory listing of a drive. It will the base of a drive back up scri开发者_StackOverflow中文版pt. But when running it as it is below, I am gettin[详细]
2022-12-27 00:54 分类:问答Alternative to Server.CreateObject
I am writing 开发者_运维百科a navigation system in classic ASP (on Windows CE). I require a way to dynamically include navigation files based on the calling script.[详细]
2022-12-26 06:37 分类:问答Scripting.Filesystemobject filemove, writefile not working from javascript in IE browser (workarounds, doc?)
I know it\'s a huge security hole to use Scripting.Filesystemobject from javascript in the browser.I heard a rumor that MS is locking down this hole in the latest version of Office.This would be bad n[详细]
2022-12-17 23:05 分类:问答VBScript's CopyFile not working
I think it may have something to do with the external file but I am getting the error Path not found and don\'t know why.Code below.[详细]
2022-12-17 16:30 分类:问答Databinding in style to property on parent window
Is it possible to declare a style that sets the fontsize of tooltips to the same size as the parent form? I have tried this...[详细]
2022-12-17 06:33 分类:问答What is "Dim fso, MyFile, FileName, TextLine" in VBA?
I received this code from one of those nice people here who are willing to spend their time and energy to share their knowledge with noobs:[详细]
2022-12-11 09:43 分类:问答What's the .Net replacement for File.Type FileSystemObject property?
In cla开发者_JS百科ssic Asp we used the File.Type property to get the friendly name associated with a file type from the registry (e.g. \"Text Document\" for \".txt\"). The FileInfo class which genera[详细]
2022-12-08 15:08 分类:问答VB FileSystemObject对象实例详解
FileSystemObject对象被用来访问服务器上的文件系统。这个对象能够处理文件、文件夹和目录路径。用它来检索文件系统信息也是可能的,而且vb与vbs、asp都是差不多的语法[详细]
2022-12-01 11:28 分类:开发