Page 1 of 1

Req variables Main data directory, Internal Storage, SDcard

Posted: 11 Oct 2015 02:19
by natong
Is there a way to get Main data directory, Internal Storage and External SDcard into the variables?

I would like to request these variables to use export/import flows/widgets across multiple devices.

Re: Req variables Main data directory, Internal Storage, SDc

Posted: 11 Oct 2015 04:07
by MURTUMA
I'm not sure if that can be found automatically but most android versions and phones have the same path so it's easy enough to define it yourself. It's something like "/mnt/sdcard/" for internal and "mnt/externalsd/" for external memory.