how to access second external card on a tablet

Discussions about CSEntry
Post Reply
Enkhbayar
Posts: 68
Joined: November 10th, 2014, 11:48 pm

how to access second external card on a tablet

Post by Enkhbayar »

Hi all,

does anyone know how to access a second external card on a tablet? I have a tablet that has an SDcard but I want to save backup into a flash disk. pathname(CSEntryExternal); this one gives SDCard path, how can I get the flash disk path?

thanks,
Enkhbayar
Gregory Martin
Posts: 1792
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: how to access second external card on a tablet

Post by Gregory Martin »

There is no way in CSEntry to get this path now. It is something we may consider adding in the future, though it's hard to add features when you can't test them yourselves, and unfortunately we don't have tablets with flash drives.

For now, the only option that would work for you is to write your own Android application that determines the path and then use CSPro's SystemApp object to get this path from your application: https://www.csprousers.org/help/CSPro/systemapp.html
Post Reply