so the following code: Dim objFSO : Set objFSO = CreateObject(\"Scripting.FileSystemObject\") Dim colDrives : Set colDrives = objFSO.Drives
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\")
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
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.
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
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.
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...
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:
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
FileSystemObject对象被用来访问服务器上的文件系统。这个对象能够处理文件、文件夹和目录路径。用它来检索文件系统信息也是可能的,而且vb与vbs、asp都是差不多的语法