FileSystemObject:
- What is the FileSystemObject?
This FAQ describes, in general terms, what the FileSystemObject is and what it can be used for. You may have noticed that many articles and tutorials on 4Guys and other ASP web sites have many references to the FileSystemObject component. If you're unfamiliar with the FileSystemObject, this article is for you! - Using the FileSystemObject to Read Text Files
This FAQ discusses how to use the FileSystemObject to read the the contents of text files. - Using the FileSystemObject to Write to Text Files
This FAQ discusses how to use the FileSystemObject to write the contents of a text file. Both writing to a text file and appending to a text file are discussed. - Copying, Moving, and Deleting Files
This FAQ discusses how to use the FileSystemObject to copy, move, and delete files on the web server's file system. - Iterating through the FileSystemObject Collections
This FAQ discusses the several collections present in the FileSystemObject object. Thesecollections contain information about all of the drives, folders, and files on the computer's file system. - Using FSO to Access a File on a Remote Computer
Have you ever tried to access a file on a remote computer using FSO through an ASP page? If so, chances are you have had problems. This FAQ discusses how to fix those problems so that you can use FSO to access remote computers!
Intermediate:
- Request.ServerVariables
This FAQ describes the Request.ServerVariables collection and how you can use it to enhance your website. - Date Functions
This FAQ describes various Date Functions allowed in ASP - Date Functions, Part 2
This FAQ describes various Date Functions allowed in ASP - Passing Variables Between ASP Pages
This FAQ describes how to pass variables between ASP pages. - Passing Variables Between ASP Pages using POST
This FAQ describes how to pass variables between ASP pages using the POST method. - Using Option Explicit
This FAQ describes how you use Option Explicit and why you should use it religiously! - Using Includes
This FAQ describes how to use server side includes (SSI) in your Active Server Pages. SSI's allow more modular code to be written, an otherwise difficult task with web applications! - Inserting Form Responses into Databases
This article, by Ryan S., demonstrates how to store the results from a form into a database. Ryan guides the reader through the needed steps of creating the table to store to results, creating the form, storing the form into the database, and handling exceptions. A good read for beginners wanting to learn more about form and database interactions!
[Advanced] [ASP.NET] [Beginner] [BrowserHawk] [Databases] [Email] [FileSystemObject] [Intermediate]