I want to check, if a file, from which i doesnt' have the whole filename (Name + country) , exist and after that, i want to load the file in a table:
I dont't know, how to use search pattern in this commaand...
Thanks...
B4X:
if FileExist("IMEI country.csv")=True Then .....
Table2.LoadCSV ("IMEI country.csv", ",",False, True)....
I dont't know, how to use search pattern in this commaand...
Thanks...