FileSystem Class |
Namespace: ABB.Robotics.Controllers.FileSystemDomain
public sealed class FileSystem : SDKBase, IDisposable
The FileSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) |
![]() | LocalDirectory | Gets or sets the directory of the local file system (FlexPendant). |
![]() | RemoteDirectory | Gets or sets the directory on the Robot Controller. |
![]() | StorageDevices |
Gets the storage devices known by the robot controller.
|
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.) |