Chapter 6. Working with the File System
Before You Begin
To work through the material presented in this chapter, you need to be familiar with the following concepts from earlier chapters:
Using the For Each...Next construction Applying Select Case constructions Adopting constants Implementing intrinsic VBScript properties such as VbTab and Now Employing If...Then...Else
After completing this chapter, you will be able to:
Create an instance of the FileSystemObject object Obtain a listing of files in a folder Create files Verify the existence of a file Obtain a listing of the properties associated with a file Read and write file attributes
 |