So, I'm creating a new database file using CreateDatabase. If the file does not exist, it works, but if it already exists, it gives me an error message and stops my function.
By searching this forum, I found this guy posting how he'll use Kill () to remove the file so he can replace it. But that only works if the file Does exist. How do I make this work regardless of whether the file already exists?
If there is a way I can test whether or not the file exists, that would solve it, I think.
By searching this forum, I found this guy posting how he'll use Kill () to remove the file so he can replace it. But that only works if the file Does exist. How do I make this work regardless of whether the file already exists?
If there is a way I can test whether or not the file exists, that would solve it, I think.