Hey Guys
I am trying to use the invoke code activity to type in the following code: Directory.Move(sourceDirectory, destinationDirectory); But it showing the following error that character is not valid.
Also not sure if I am using this activity correctly. But basically I want to pass in the arguements of sourceDirectory and destinationDirectory to the activity.