Description of FileSystemObject: CreateTextFile and OpenTextFile :
From this online ASP tutorial, you can learn the simple ways to manipulate your files where CreateTextFile method is illustrated with example to create a file within a specific location. And describes on OpenTextFile to read the file content by opening the required file as text file with the parameters to perform tasks such as reading, writing and appending etc.,