Module download path #624
Unanswered
b02860de585071a2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After looking over the code which handles relative file paths for the download folder setting, it seems that the user should be able to choose a directory located above the Android default
Downloaddirectory (typically/storage/emulated/0/Download).Inputting a full path (for example,
/storage/emulated/0/foowill append the directory name to the default, resulting in/storage/emulated/0/Download/../fooas shown here:However, this does not actually resolve. When downloading modules, they will instead be placed in
/storage/emulated/0/Download/_../foo.Is this intended behavior, or am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions