Click or drag to resize

FileSystem Methods

The FileSystem type exposes the following members.

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