Req variables Main data directory, Internal Storage, SDcard

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
natong
Posts: 80
Joined: 29 Aug 2015 05:24

Req variables Main data directory, Internal Storage, SDcard

Post by natong » 11 Oct 2015 02:19

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.

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

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

Post by MURTUMA » 11 Oct 2015 04:07

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.

Locked