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