Hello @Mustafa İspir ,
Welcome to the MS Q&A platform.
Please correct me if my understanding is wrong. You want to move files from one folder to a different folder.
Example: from your screenshot, move files from factory folder to dataset folder.
If this is your requirement, then you can use copy files task to copy the files from a source folder to a target folder.
Steps:
In your Azure DevOps pipeline, add the copy files task
Source Folder: Specify the the source folder that the copy pattern(s) will be run from
Contents: File paths to include as part of the copy.
Target Folder: Target folder or UNC path files will copy to.
I hope this helps. Please let me know if you have any further questions.