I love to use FileType Set as in:
Var FTS_SQL As New FileType
FTS_SQL.Extensions = ".sqlite"
FTS_SQL.Name = "sql/database"
FTS_SQL.UTI = "public.database, public.data"
but the above allows the user to choose text files (and certainly not only)…
The difference with a FileTypeGroup is:
Identifier = “com.xojo.database.sqlite”
How do you access to your db file ?
Using a path as most of the examples in the documentation uses ?
8 posts - 6 participants