We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it would be useful and more flexible to use XDG user dirs instead of $HOME directory . (Here is why).
$HOME
To do it, we need to migrate from getAppUserDataDirectory to getXdgDirectory: tutorial.
getAppUserDataDirectory
getXdgDirectory
The text was updated successfully, but these errors were encountered:
Sure. Using $HOME was just a temporary solution at the time to get things working.
Sorry, something went wrong.
No branches or pull requests
I think it would be useful and more flexible to use XDG user dirs instead of
$HOME
directory . (Here is why).To do it, we need to migrate from
getAppUserDataDirectory
togetXdgDirectory
: tutorial.The text was updated successfully, but these errors were encountered: