Remove FileIO assumption that database exists
Currently, the FileIO methods run under the assumption that the database named in Common.cs exists. However, this may not always be the case, and the FileIO methods seem to throw exceptions whenever the database does not exist. Add code so that: * Attempting to open a nonexistant database does not cause exceptions * If a database does not exist, create one
issue