add ability to access logs in getPath()

This commit is contained in:
Shelley Vohr 2017-08-03 15:50:56 -07:00 committed by Shelley Vohr
parent d9d557dcc5
commit 5ef4caf8ab
No known key found for this signature in database
GPG key ID: F13993A75599653C
5 changed files with 22 additions and 1 deletions

View file

@ -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.