This code works:
This NOT works:
it tell me: syntax error
..... why ???
I need to write
but is not very good
Sergio
B4X:
If File.IsDirectory(strDir, strFile) Then
This NOT works:
B4X:
If Not File.IsDirectory(strDir, strFile) Then
it tell me: syntax error
..... why ???
I need to write
B4X:
If File.IsDirectory(strDir, strFile) = False Then
but is not very good
Sergio