Microsoft Scripting Runtime
FileSystemObject Object Members
Overview 
Public Methods
Generate a path from an existing path and a name
Copies one or more files from one location to another.
Recursively copies a folder from one location to another.
Create a folder
Creates a specified file name and returns a TextStream object that can be used to read from or write to the file.
Delete a file
Delete a folder
Check if a drive or a share exists
Check if a file exists
Check if a path exists
Return the canonical representation of the path
Returns a string containing the base name of the last component, less any file extension, in a path.
Returns a Drive object corresponding to the drive in a specified path.
Returns a string containing the name of the drive for a specified path.
Returns the extension (for example "txt" or "exe") of the last component in a path.
Returns a File Object corresponding to the file in a specified path.
Return the file name from a path
Retrieve the file version of the specified file into a string
Returns a Folder object corresponding to the folder in a specified path.
Return path to the parent folder
Get location of various system folders
Retrieve the standard input, output or error stream
Generate name that can be used to name a temporary file
Moves one or more files from one location to another.
Moves one or more folders from one location to another.
Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.
Public Properties
Get drives collection
See Also

FileSystemObject Object