I want to write a query in openstudio application to get some result from the latest energyplus sql file . I am getting an error. How to get the last file ?
openstudio::path sqlFilepath = openstudio::SqlFile::path(); boost::optional<openstudio::sqlfile> mySqlFile = openstudio::SqlFile::path(); if (mySqlFile && mySqlFile->connectionOpen()) { ........................
this doesnot work