Move subfolder from folder to another

i try to move subfolders from folder to another but when i try this i have this error

Invoke Method: Source and destination path must have identical roots. Move will not work across volumes.
any help please?

Hi @rpa13
hope this will help you

Regards,
Nived N
Happy Automation

@rpa13,

Looking at error, i guess that you’re providing same path to both properties(source & Dest).

Cheers,
Pankaj

Hi @rpa13

Use for each and give directory.getdirectories(yoursourcefolderpath)

And in body refer the below post for moving the folder, hope this will help