Copy only copies files, not folders

andersn45

New member
I created a macro to copy files from folder x on my phone's memory to my phone's extra sdcard. But, on testing, it only copied the files in the original folder and not the folders inside it.

Is there a way to make Macrodroid copy both files and folders?

Thank you.
 

Attachments

  • Backup_to_sdcard_WORKS_.macro
    3.9 KB · Views: 1

Jacob L

Moderator (Lawsonator)
Maybe zip and unzip them. Zip is the shell command. Also -r makes commands recursive so commands such as cp for example
 
Top