Hello!
After selecting a folder, I change my interface. For example, I display the Micro SD or Phone icon on the screen, depending on where I am.
How can I determine this in the program?
Hi,
My app will store a large amount of images during its use, and i want to store them on SD card (if available). So i planned to have a 'folder chooser' in the settings page of the app.
Ive looked at the ExternalStorage example, but i cant see how to return just the folder path so i can...
Hi there,
I spent a while searching the forum but didn't find hints targeting my question: I want the Mega to boot from a hex-file from the SD card.
While it is obviously possible to transfer a compiled sketch to the Arduino Mega via an Ethernet connection, what is necessary to reset the board...
I want to show a button only if an SD card is present, so I do:
BtnRegisterOpen.Visible = (File.ExternalWritable = True)
Unfortunately, the button stays visible, although I removed the SD card.
Did I miss something ?
Thank you.
Hi All,
I can successfully read folder structure of sd card or usb pendrive like this: Log(File.ListFiles("/storage")) I use only one type of android device, so the /storage is ok.
I can sense attaching and removing on the fly.
But:
The result of the directory listing looks like that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.