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
|
@ -22,6 +22,7 @@ enum {
|
|||
|
||||
DIR_USER_DATA = PATH_START, // Directory where user data can be written.
|
||||
DIR_USER_CACHE, // Directory where user cache can be written.
|
||||
DIR_APP_LOGS, // Directory where app logs live
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
DIR_APP_DATA, // Application Data directory under the user profile.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue