Android Question file.exists

kalarius

Active Member
Licensed User
Longtime User
in to the external_sd there are the files 2013.avi and 2013.mp4
why the File.Exists("//mnt/external_sd","*.mp4")
File.Exists("//mnt/external_sd","*.avi")
return always false
and the
File.Exists("//mnt/external_sd","2013.mp4")
File.Exists("//mnt/external_sd","2013.avi")
returns TRUE?

Kalarakis
Creta
Greece
 

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top