#pragma once namespace ActiveBasic{ namespace IDE{ class Program { public: static const std::string GetApplicationSystemDirPath() { return Jenga::Common::Environment::GetAppDir() + "\\system"; } }; }}