How do I get the name of the External SD Card Root Folder? I have searched for hours and experimented with my own code, but to no avail.
The File.DirRootExternal returns the internal storage root folder name.
My objective is:
In any device, I want to get a file list in a folder in the external SD card.
I can do this in the internal storage by using File.DirRootExternal.
Thank you.
The File.DirRootExternal returns the internal storage root folder name.
My objective is:
In any device, I want to get a file list in a folder in the external SD card.
I can do this in the internal storage by using File.DirRootExternal.
Thank you.