diff options
Diffstat (limited to 'base/mac_util.h')
-rw-r--r-- | base/mac_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/mac_util.h b/base/mac_util.h index 371aa9e..43f0e5c 100644 --- a/base/mac_util.h +++ b/base/mac_util.h @@ -29,6 +29,9 @@ bool AmIBundled(); // aren't a bundle. NSBundle* MainAppBundle(); +// Returns the ~/Library directory. +FilePath GetUserLibraryPath(); + // Set the bundle that MainAppBundle will return, overriding the default value // (Restore the default by calling SetOverrideAppBundle(nil)). void SetOverrideAppBundle(NSBundle* bundle); |