M Majed9621 Member Licensed User Nov 21, 2019 #1 Hi How to move folder of Other apps to another location inside internal storage? as example moving app#1 folder and it's contents to app#2 folder.
Hi How to move folder of Other apps to another location inside internal storage? as example moving app#1 folder and it's contents to app#2 folder.
DonManfred Expert Licensed User Longtime User Nov 22, 2019 #2 app#1 does not have access to app#2 folder. app#2 does not have access to app#1 folder. You need to find a place on external SDCard to copy the files to from app#1 and copy the data from this folder in app#2s folder from within app#2. What exactly are you trying to archieve? Upvote 0
app#1 does not have access to app#2 folder. app#2 does not have access to app#1 folder. You need to find a place on external SDCard to copy the files to from app#1 and copy the data from this folder in app#2s folder from within app#2. What exactly are you trying to archieve?
Erel B4X founder Staff member Licensed User Longtime User Nov 22, 2019 #3 You can use the secondary storage for that (File.DirRootExternal for example). Upvote 0