November 2006
Beginner to intermediate
512 pages
12h 42m
English
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
To talk to the file system, the script needs to make a connection to it so that it can read ...
Read now
Unlock full access