FileSystem Class |
Namespace: Mastersign.Bench
The FileSystem type exposes the following members.
Name | Description | |
---|---|---|
WindowsScriptingHostShell |
Returns an instance of the COM object WshShell.
|
Name | Description | |
---|---|---|
AsureDir |
Makes sure a directory exists. Creates it, if it does not exist yet.
| |
CopyDir |
Copies a directory with all its content to another location.
| |
CreateShortcut |
Creates a Windows shortcut, or link respectively.
| |
EmptyDir |
Makes sure, the given path references an empty directory.
If the directory does not exist, it is created, including missing parent folders.
If the directory exists, all content is recursively deleted.
| |
MoveContent |
Moves all the content from one directory to another.
| |
PurgeDir |
Deletes a directory and all of its content.
|