Thank you but i used this code and it works great:
B4X:
File.MakeDir(File.DirRootExternal, "memoBackup")
MyPath = File.DirRootExternal & "/memoBackup/"
If File.Exists(MyPath, "") = False Then
Msgbox("False","")
Else
Msgbox("True","")
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.