C Capri Member Jun 7, 2022 #1 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
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 Jun 7, 2022 #2 You are asking in the wrong place. B4X: if File.exists(path, filename) then end if Upvote 2