Previous Page
Next Page

Chapter 7. Working with Folders

Before You Begin

To work through the material presented in this chapter, you need to be familiar with the following concepts from earlier chapters:

  • Utilizing the FileSystemObject

  • Using the For Each...Next statement

  • Implementing constants

  • Applying the Select Case statement

After completing this chapter, you will be able to:

  • Use the FileSystemObject class to create folders

  • Use the FileSystemObject class to list folders

  • Use the FileSystemObject class to delete folders

  • Use the FileSystemObject class to verify the existence of folders


Previous Page
Next Page