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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10227520.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10251643.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11393998.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11774178.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20067707.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20096811.htm...
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")
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20098696.html
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!
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20100457.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20113164.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20180569.html