How to copy an item in the folder in user code?
How to copy an item in the folder in user code?
I tried to copy a project using file class in C#. However, I realized that its copy is .txt file, not the actual project. Is there any way to write a code to copy exactly a project?
Re: How to copy an item in the folder in user code?
Since Ranorex sits on the .NET framework, you have a lot of power and flexibility at your disposal. However this may be more easily solved using some built in windows command line tools like xcopy (Copies files and directories, including subdirectories) from within Ranorex :
https://www.microsoft.com/resources/doc ... x?mfr=true
https://www.microsoft.com/resources/doc ... x?mfr=true
Re: How to copy an item in the folder in user code?
You can write a batch file that copies the desired files and then call it from a recording.