I have written a script which copies all files of a particular type to a certain folder. I also wish to run this script on my connected mobile (which runs android), but I am struggling to get hold of files on my connected phone:
scr.copyfiles(r'This PC\Galaxy S7\Phone\Download\photo.jpg',dest_folder)
This returns a filenotfound error. How do I access files located on my phone?