PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM20] Get Path to the SDCard removable memory
[WM20] Get Path to the SDCard removable memory
Débuté par ARV, 22 mar. 2018 20:36 - 1 réponse
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 22 mars 2018 - 20:36
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.
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 24 mars 2018 - 15:39
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.