By setting sim.Verbose = false;, db.getFile() is still used in verbose mode. See for example https://github.com/TWOEARS/examples/blob/master/identification/identify.m#L16
It would be nice if the verbose setting can past to db.getFile() as well. This should be easily possible as bVerbose is already an input parameter to it.