BuildPath | Generate a path from an existing path and a name |
CopyFile | Copy a file |
CopyFolder | Copy a folder |
CreateFolder | Create a folder |
CreateTextFile | Create a file as a TextStream |
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 | Return base name from a path |
GetDrive | Get drive or UNC share |
GetDriveName | Return drive from a path |
GetExtensionName | Return extension from path |
GetFile | Get file |
GetFileName | Return the file name from a path |
GetFileVersion | Retrieve the file version of the specified file into a string |
GetFolder | Get folder |
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 | Move a file |
MoveFolder | Move a folder |
OpenTextFile | Open a file as a TextStream |
Drives | Get drives collection |