FileSystem Methods |
The FileSystem type exposes the following members.
Name | Description | |
---|---|---|
CreateDirectory |
Creates a directory on the Robot Controller.
| |
Dispose |
Dispose the managed resources of the instance.
(Overrides SDKDisposeBaseDispose.) | |
Equals | (Inherited from Object.) | |
Exists |
Checks whether a file exists in the controller file system or not.
| |
GetEnvironmentVariableValue |
Returns the value of a specified environment variable.
| |
GetFile |
Gets a file from the Robot Controller and stores it on the local system.
| |
GetFilesAndDirectories |
Returns the files and directories of the Robot Controller that match the specified search pattern.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
PutFile |
Stores a file from the local system to the Robot Controller.
| |
RemoveDirectory |
Removes the specified directory from the Robot Controller.
| |
RemoveFile |
Deletes the specified file from the Robot Controller.
| |
RenameFile |
Renames the specified file on the Robot Controller.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |