Gets a file from the Robot Controller and stores it on the local system.
Namespace:
ABB.Robotics.Controllers.FileSystemDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public void GetFile(
string remoteFile,
string localFile
)
Parameters
- remoteFile
- Type: SystemString
Name of a file to retrieve from the Robot Controller. - localFile
- Type: SystemString
Name of the file to create on the local system.
Exceptions Remarks See Also