Advertisement

1 - 10 of 152 containing alltags:("fso") (0 seconds)
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...
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 ...
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...
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!)
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   ...
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. ...
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...
Zones: Web Languages/StandardsDate Answered: 10/26/2004 Grade: A Views: 0
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...
Zones: ASPDate Answered: 08/22/2003 Grade: A Views: 0
For example, when I go:                                     For Each objFile in Folder.Files                                           whatever                                     Next Wha...
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...
Zones: ASPDate Answered: 01/24/2004 Grade: A Views: 42