I believe this to be relatively simple question, but itÂ’s driving me crazy. Could someone please explain the FileSystemObject and how it is used in Visual Basic. I am trying to create a simple mo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10254481.html
Zones:
Visual BasicDate Answered: 01/04/2000 Grade: B Views: 0
Hi i am using fso to show some files on my test server over the web the prblem is with the code below i want to show the sixe of the files in KB but the fso object doensent seemt to let me do this ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20138661.htm...
Zones:
ASPDate Answered: 06/20/2001 Grade: A Views: 0
I have the following file directory structure in the network:
\2001files\Jun
\2001files\May
\2001files\Apr
\2001files\Mar
\2001files\Feb
\2001files\Jan
\2000files\Dec
\2000files\Nov
\2000f...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20140752.htm...
Zones:
ASPDate Answered: 06/24/2001 Grade: A Views: 0
Zero-point question to discuss when to use FSO and when not to (possibly never, for one or the other!)
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20246281.html
Zones:
Visual BasicDate Answered: 12/19/2001 Grade: A Views: 21
I need to generate a page which shows the first and second levels of the following file path:
C:\INTRANET_FOLDER
PUBLIC_FOLDER1
public_file1.txt
public_file2.txt
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20359719.htm...
Zones:
ASPDate Answered: 09/18/2002 Grade: A Views: 0
Hi
i got lots of Radio Buttons.
when i click on a button i need to save all
the .caption of the button into a file
every time i click on the button, i need to save into a different file name.
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20505107.html
Zones:
Visual BasicDate Answered: 02/07/2003 Grade: A Views: 0
I have Win2000, IIS i want to upload three images files.The code is running when i run it from my pc but
when i execute it from other network pc the error occurs. The Error is Fiel Not Found or P...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20711320.html
I am using Pure ASP Upload to upload a text file to my server.
I then use FSO to write the data from the text file to my database.
I know that I can use fso.datecreated to get the date of the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20716384.htm...
Zones:
ASPDate Answered: 08/22/2003 Grade: A Views: 0
For example, when I go:
For Each objFile in Folder.Files
whatever
Next
Wha...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20773157.html
Zones:
Visual BasicDate Answered: 10/21/2003 Grade: B Views: 0
Is it possible, because I can't get it to work, to use the FSO FileCopy command to copy a file and rename it like you can using MoveFile in the same directory? I'd like to leave a copy of the orig...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20861506.htm...
Zones:
ASPDate Answered: 01/24/2004 Grade: A Views: 42