September 2001
Beginner
528 pages
11h 59m
English
The FileSystemObject itself has a set of methods that are useful in file management. Some of these methods duplicate the effect of other object methods, as you'll see when you read the rest of this chapter. For example, you can delete a file using either the FSO's DeleteFile method or the File object's Delete method. Table 17.7 lists the more important FSO object methods that are not duplicated elsewhere. You can obtain information about the full set of FSO methods in the VBA help system.
| Method | Description |
|---|---|
| BuildPath(path, name) | Returns a new path consisting of path with name appended. |
| CreateFolder(foldername) | Creates a new folder as specified in foldername. If the folder already exists, an error ... |
Read now
Unlock full access