FileSystemObject Object
Description
Provides access to a computer's file system.
Syntax
Scripting.FileSystemObject
Remarks
The following code illustrates how the FileSystemObject is used to return a TextStream object that can be read from or written to:
|
In the code shown above, the CreateObject function returns the FileSystemObject (
|
|