add ability to access logs in getPath()
This commit is contained in:
parent
d9d557dcc5
commit
5ef4caf8ab
5 changed files with 22 additions and 1 deletions
|
@ -375,6 +375,8 @@ int GetPathConstant(const std::string& name) {
|
|||
return brightray::DIR_CACHE;
|
||||
else if (name == "userCache")
|
||||
return brightray::DIR_USER_CACHE;
|
||||
else if (name == "logs")
|
||||
return brightray::DIR_APP_LOGS;
|
||||
else if (name == "home")
|
||||
return base::DIR_HOME;
|
||||
else if (name == "temp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue