Hi,
my target is as follows:
I do have an application which can access a SQLite database.
In case that the file exists it makes use of it. In case that the file does not exist it is going to restore a template file from virtual file storage.
Within the settings configuration of my application I can define a path to the .db file.
In case that a .db file exists all works as expected.
In case that no .db file exists I get the feedback that I must select a valid file.
Is there any way that I can only make use of it to define a path to a file even when the file does not exist?
Thanks!
my target is as follows:
I do have an application which can access a SQLite database.
In case that the file exists it makes use of it. In case that the file does not exist it is going to restore a template file from virtual file storage.
Within the settings configuration of my application I can define a path to the .db file.
In case that a .db file exists all works as expected.
In case that no .db file exists I get the feedback that I must select a valid file.
Is there any way that I can only make use of it to define a path to a file even when the file does not exist?
Thanks!