Пример #1
0
std::string ProjectManager::ReadLastDir()
{
	return GetAttributeFromInfoFile("directories", "lastProject");
}
Пример #2
0
string ProjectManager::ReadLastDir()
{
	return GetAttributeFromInfoFile(GetProgramPath(), "directories", "lastProject");
}