Addo Well-Known Member Licensed User Longtime User Aug 25, 2019 #1 i have added a file to b4j files tab then when i try to check if this file exist the result always false B4X: If File.Exists(File.DirAssets, "sporty.gif") = True Then Log("file found") Else Log("file not found") End If and the sporty.gif is already in the files tab and in the files folder in the app path whats wrong ?
i have added a file to b4j files tab then when i try to check if this file exist the result always false B4X: If File.Exists(File.DirAssets, "sporty.gif") = True Then Log("file found") Else Log("file not found") End If and the sporty.gif is already in the files tab and in the files folder in the app path whats wrong ?
Eme Fibonacci Well-Known Member Licensed User Longtime User Aug 25, 2019 #2 "This method does not support File.DirAssets." From https://www.b4x.com/b4j/help/files.html#file_exists Upvote 0
"This method does not support File.DirAssets." From https://www.b4x.com/b4j/help/files.html#file_exists