Enter Keywords:
1 - 10 of 203(0.001 seconds)
Sort By:
 
I have written the following ASP code to list the contents of a folder on the WEB server "C:/inetpub/wwwroot/test/docs" however, I would like a variable for the GetFolder parameter, which would put...
Zones: ASPDate Answered: 11/02/1999 Rating: 6.4 Views: 0
How do you figure out how many files are in a particular directory using the FileSystemObject? This is how I am trying to do it: for example: fileObject.GetFolder(dirName).Files.Count fi...
Zones: Visual BasicDate Answered: 05/29/2001 Rating: 8.8 Views: 0
My program runs fine as an application, but when i execute it as a CGI with Internet Information Server (using CGI and HTML objects) my Filesystemobject doesn't work as i expect, when i try to chec...
Zones: Visual BasicDate Answered: 11/07/2000 Rating: 6.4 Views: 0
I am making a class around the SCRRUN.dll, Microsoft's Scripting.FileSystemObject. I like to translate the next Visual Basic code to Delphi5 code: Private Sub Test()   Dim objFileSystem As Scr...
Zones: Delphi ProgrammingDate Answered: 02/02/2001 Rating: 6.2 Views: 0
Hello I want to run this code: Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") Set myFile = fsoObject.CreateTextFile("c:\reports\myFile.txt", true) On one server it runs...
Zones: ASPDate Answered: 06/18/2001 Rating: 5.2 Views: 0
I am basically a VB programmer In VB i set a reference to scrrun.dll to use the file system object Then i use it like this Dim fso  as new FileSystemObject fso.CreateFolder("C:\temp1") ...
Zones: C++Date Answered: 03/29/2001 Rating: 8.8 Views: 8
I am using the FileSystemObject object to search for specific keywords within standard HTML pages.  Is there a way to access the <TITLE></TITLE> of the page and display it? Thanks!
Zones: ASPDate Answered: 05/17/2001 Rating: 8.4 Views: 0
How to do a binary file read/write? Use FileSystemObject as an example. I know that when we try to create a FileSystemObject object, we do the following. Set fs = CreateObject("Scripting.FileSys...
Zones: Visual Basic, VB ScriptDate Answered: 06/25/2001 Rating: 5.8 Views: 0
My understanding is that the AvailableSpace property of the FileSystemObjects Drive Object should return the amount of space available to a user on the specified drive and this should NOT be subjec...
Zones: Visual Basic, Delp...Date Answered: 09/10/2001 Rating: 6.8 Views: 0
I have moved an old website from NT4 server to W2K server and the following line of code consistently fails to work: set a = fs.CreateTextFile("C:\Logfile.log", True) Interestingly, it works ...
Zones: ASPDate Answered: 10/23/2001 Rating: 9.4 Views: 0