Hi,
Since we're on the subject, does anyone knows how to find a particular file in the internal phone storage?
I've tryed something like this:
If File.Exists(File.DirInternal, "options.txt") Then
List1 = File.ReadList(File.DirInternal, "options.txt")
... (etc)
If List1.Size<1 Then Msgbox("nothing found...","Info")
I always get nothing found... But the file is there!!! Is it the path that must be defined? Which path?
I'm....confused...
Regards,
Kepler