ControllerFileSystem Property |
Namespace:
ABB.Robotics.Controllers
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public FileSystem FileSystem { get; }
Return Value
Type:
FileSystemA
FileSystem reference that can be used to access objects in the FileSystem domain in the controller.
Exceptions Examples This example uses the
FileSystem property
of the
Controller class to get current
RemoteDirectory.
Controller c = new Controller();
string stRemoteDir = c.FileSystem.RemoteDirectory;
See Also