PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM20] Get Path to the SDCard removable memory
[WM20] Get Path to the SDCard removable memory
Started by ARV, Mar., 22 2018 8:36 PM - 1 reply
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on March, 22 2018 - 8:36 PM
Hello


Like the Title said, I want to get the path of the SDCard of the device, I tried to use java code but all I found it's to get the local memory device that it's also an sdcard (not actually but I guess you get it).

Any ideas? could be java code or something, the documentation of PCSoft only works for Windev 21 and new ones.
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on March, 24 2018 - 3:39 PM
Hello

I Still don't get the Path of the SDCard, not the Internal memory that it's an SDCard I'm talking about the removable SDcard of the device like microSD

I only get this code on Java:
File file = new File (Environment.getExternalStoragePublicDirectory());
callWLProcedure("Message",file);


but I get the internal memory of the device like with this function of windev:
Info(SysDirStorageCard())


Any ideas my fellows developers?

best regards.