Click or drag to resize

FileSystem Class

This class represents the FileSystem domain of a Robot controller.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.FileSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class FileSystem : SDKBase, 
	IDisposable

The FileSystem type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyLocalDirectory
Gets or sets the directory of the local file system (FlexPendant).
Public propertyRemoteDirectory
Gets or sets the directory on the Robot Controller.
Public propertyStorageDevices
Gets the storage devices known by the robot controller.
Top
Methods
  NameDescription
Public methodCreateDirectory
Creates a directory on the Robot Controller.
Public methodDispose
Dispose the managed resources of the instance.
(Overrides SDKDisposeBaseDispose.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodCode exampleExists
Checks whether a file exists in the controller file system or not.
Public methodCode exampleGetEnvironmentVariableValue
Returns the value of a specified environment variable.
Public methodGetFile
Gets a file from the Robot Controller and stores it on the local system.
Public methodGetFilesAndDirectories
Returns the files and directories of the Robot Controller that match the specified search pattern.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodPutFile
Stores a file from the local system to the Robot Controller.
Public methodRemoveDirectory
Removes the specified directory from the Robot Controller.
Public methodRemoveFile
Deletes the specified file from the Robot Controller.
Public methodRenameFile
Renames the specified file on the Robot Controller.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also