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.
Yeah I have checked them. Can I ask this should able me to move a folder from source to the other folder in the destination. As it works when you want to move the folder to a new folder that doesnt already exist.
We can use Move file activity, ensure the paths are available using path exists activity. If path not found, using Create Directory activity create the folder then Move the file.