Help with GetDirecotry/CopyDirectory

Bpena
✭
I am simply trying to copy a directory from a robot controller on the network to the local hard drive but i keep receiving this error:
System.InvalidOperationException: 'Operation is not valid due to the current state of the object.'
Here is my code:
System.InvalidOperationException: 'Operation is not valid due to the current state of the object.'
Here is my code:
private void SycnButton_Click(object sender, EventArgs e)
{
string controllerid;
string localpath;
string remoteDir = aController.FileSystem.RemoteDirectory;
localpath = @C:\Users\ + Environment.UserName + @\Documents\RobotStudio\Temp\;
controllerid = aController.SystemName;
aController.FileSystem.GetDirectory(remoteDir, localpath);
}
Can someone please point me in the right direction, thank you in advanced!
Can someone please point me in the right direction, thank you in advanced!
0
Answers
-
I'm experiencing the same issue, did you have any luck in resolving this?0
Categories
- All Categories
- 5.6K RobotStudio
- 398 UpFeed
- 20 Tutorials
- 14 RobotApps
- 300 PowerPacs
- 406 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 336 IRC5
- 67 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 828 RAPID Programming
- 12 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 107 Collaborative Robots
- 5 Job listings