Advertisement

1 - 10 of 186 containing alltags:("filesystemobject") (0 seconds)
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 Grade: B Views: 0
Hello. I'm a beginning VB6.0 learner and I'm trying to write a small VB program which copies/backsup VB files I'm working on into a directory/folder on a FAT16 drive (WIN98 is FAT32 and NT is NT...
Zones: Visual Basic, VB ScriptDate Answered: 12/31/1999 Grade: B Views: 135
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 Grade: A 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 Grade: C 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 Grade: B 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 Grade: B 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 Grade: A Views: 0
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 Grade: A 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 Grade: C 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, Delphi ComponentsDate Answered: 09/10/2001 Grade: B Views: 0