hi,
How can I do to check if a DIR Exist on sd card and avoid the error if I try to open a file?
Thank You in advance
I tried so but I always return false
Nicola
How can I do to check if a DIR Exist on sd card and avoid the error if I try to open a file?
Thank You in advance
I tried so but I always return false
B4X:
If File.Exists(File.DirDefaultExternal& "/memoBackup/","*.*")=True Then
Msgbox("True","")
Else
Msgbox("False","")
End If
Nicola
Last edited: