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

DirectoryPath issues on windows #86

Open
pcprinz opened this issue Nov 23, 2024 · 0 comments
Open

DirectoryPath issues on windows #86

pcprinz opened this issue Nov 23, 2024 · 0 comments
Labels
P2 Important issue. Windows

Comments

@pcprinz
Copy link

pcprinz commented Nov 23, 2024

Description of the issue

The example app reveals that on windows the DocumentDirectoryPath doesn't return the path to the documents but <user>/AppData/Local/Packages/<package-id>/LocalState. On the other hand, according to the README the ExternalDirectoryPath should be Android-only but returns the actual directory path.

Possible solution

  • The DocumentDirectoryPath should return the actual directory path which is returned by ExternalDirectoryPath
  • The <user>/AppData/Local/Packages/<package-id>/LocalState should be returned by another Constant (to be clarified)
@birdofpreyru birdofpreyru added P2 Important issue. Windows labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Important issue. Windows
Projects
None yet
Development

No branches or pull requests

2 participants