Skip to content
New issue

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

Provide support for querying common directories (temp, local, roaming, ...) #21

Open
cgcostume opened this issue Apr 19, 2018 · 0 comments

Comments

@cgcostume
Copy link
Member

Provide cross-platform means for getting default locations for common uses such as:

  • user profile related data (e.g., C:/Users/<user.name>/AppData/Roaming in windows)
  • local application related data (e.g., C:/Users/<user.name>/AppData/Local in windows)
  • local application with lower integrity level (e.g., C:/Users/<user.name>/AppData/LocalLow in windows)
  • temporary data (e.g., C:/Users/<user.name>/AppData/Local/Temp in windows)
  • user data/documents (e.g., C:/Users/<user.name>/Documents)
    and similarly for Games, Save Games, Music, Pictures, Videos, and Downloads...

Imo this should not (yet) cover/handle querying of locations for specific users, but refer to the current user (the user that started the program) instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant