|  BuildPath | Generate a path from an existing path and a name | 
|  CopyFile | Copies one or more files from one location to another. | 
|  CopyFolder | Recursively copies a folder from one location to another. | 
|  CreateFolder | Create a folder | 
|  CreateTextFile | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file. | 
|  DeleteFile | Delete a file | 
|  DeleteFolder | Delete a folder | 
|  DriveExists | Check if a drive or a share exists | 
|  FileExists | Check if a file exists | 
|  FolderExists | Check if a path exists | 
|  GetAbsolutePathName | Return the canonical representation of the path | 
|  GetBaseName | Returns a string containing the base name of the last component, less any file extension, in a path. | 
|  GetDrive | Returns a Drive object corresponding to the drive in a specified path. | 
|  GetDriveName | Returns a string containing the name of the drive for a specified path. | 
|  GetExtensionName | Returns the extension (for example "txt" or "exe") of the last component in a path. | 
|  GetFile | Returns a File Object corresponding to the file in a specified path. | 
|  GetFileName | Return the file name from a path | 
|  GetFileVersion | Retrieve the file version of the specified file into a string | 
|  GetFolder | Returns a Folder object corresponding to the folder in a specified path. | 
|  GetParentFolderName | Return path to the parent folder | 
|  GetSpecialFolder | Get location of various system folders | 
|  GetStandardStream | Retrieve the standard input, output or error stream | 
|  GetTempName | Generate name that can be used to name a temporary file | 
|  MoveFile | Moves one or more files from one location to another. | 
|  MoveFolder | Moves one or more folders from one location to another. | 
|  OpenTextFile | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file. |