How to explore sdcard files

DOM85

Active Member
Licensed User
Longtime User
Hi,

I have to explore sdcard to find all the sound filenames (mp3, wav,etc), in view to put them in a listview.
How can i do?
Thank you for your help.
 

cnicolapc

Active Member
Licensed User
Longtime User
Copye read file in the specified DIR

hi,
I created a new DIR in dirdefaultexternal

File.MakeDir(File.DirDefaultExternal,"memoBackup")

How do I copy in a specific file
File.Copy(File.DirDefaultExternal,"menom.db", File.DirDefaultExternal,"memoBackup/memobackup.back")
how do I list the specific files in the dir?
List1 = File.ListFiles(..................)
Thank You
Nicola
 
Last edited:
Upvote 0
Top