diff options
author | ritsuka <[email protected]> | 2015-02-20 12:23:27 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-02-20 12:23:27 +0000 |
commit | 34c5f777ed3d5d15f9b805bfbda600c4ead7977c (patch) | |
tree | ccc88183f7624f58f3fc80fee8a1e3dad1f19d94 /macosx/HBUtilities.h | |
parent | 2fdcbaa06d9ab500077cb4831d1846642f9eca4b (diff) |
MacGui: remove logs older than a month in the EncodeLogs folder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6933 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index 2e073d17a..dac8e5085 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -19,6 +19,10 @@ + (NSString *)appSupportPath; /** + * Returns the url of the current <user>/Library/Application Support/HandBrake folder. + */ ++ (NSURL *)appSupportURL; +/** * Writes a message to standard error. * The message will show up in the output panel and in the activity log. * |