Android Question How to know if a file exist

Capri

Member
I'm trying to make some app with B4A and i would know some cuestion.
Please, i want to know if there is a function or procedure to determinate if a file or database exist in a specific directory
 

DonManfred

Expert
Licensed User
Longtime User
You are asking in the wrong place.

B4X:
if File.exists(path, filename) then
end if
 
Upvote 2
Top