appdirs

A small utility that provides cross platform access to the special folders/directories like application data.

APACHE-2.0 License

Stars
187
appdirs - appdirs-1.2.2 Latest Release

Published by harawata 11 months ago

  • New method getUserDownloadsDir() #80
appdirs - appdirs-1.2.1

Published by harawata over 3 years ago

  • Removed SLF4J/Logback from dependencies to avoid issues like #4 or #40 .
appdirs - appdirs-1.2.0

Published by harawata over 4 years ago

  • On macOS, getUserConfigDir() and getSiteConfigDir() now return /Users/xxx/Library/Preferences and /Library/Preferences respectively. #34
appdirs - appdirs-1.1.0

Published by harawata over 4 years ago

  • On Windows, it is now possible to get a path that does not include 'appAuthor' part. #28
  • Added a new method getSharedDir(). On macOS, this method returns /Users/Shared/Library/Application Support/ which could be useful as it can be writable to multiple users. #31
appdirs - appdirs-1.0.3

Published by harawata almost 6 years ago

UnixAppDirs should search environment variables instead of system properties. #6

appdirs - appdirs-1.0.2

Published by harawata almost 6 years ago

Avoid deprecated Windows function. #5

appdirs - appdirs-1.0.1

Published by harawata almost 7 years ago

Changed the scope of jna-platform dependency to compile. #2

appdirs - 1.0.0-SNAPSHOT

Published by harawata almost 8 years ago