# File lib/kirbybase.rb, line 916
    def table_exists?(tablename)
        return File.exists?(File.join(@db.path, tablename.to_s + @db.ext))
    end