const string ProjectConfig::getWritableRealPath(void)
{
    return replaceProjectDirToFullPath(m_writablePath);
}
Esempio n. 2
0
string ProjectConfig::getScriptFileRealPath() const
{
    return replaceProjectDirToFullPath(_scriptFile);
}
const string ProjectConfig::getScriptFileRealPath(void)
{
    return replaceProjectDirToFullPath(m_scriptFile);
}
Esempio n. 4
0
string ProjectConfig::getWritableRealPath() const
{
    return replaceProjectDirToFullPath(_writablePath);
}