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

[BUG] Incorrect path for files in sub-folder #6

Open
geldf opened this issue Oct 3, 2022 · 1 comment
Open

[BUG] Incorrect path for files in sub-folder #6

geldf opened this issue Oct 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@geldf
Copy link

geldf commented Oct 3, 2022

Describe the bug 🐛:
First of all, thank you for your great library! Been using this for almost a year and it's been really helpful!
But while testing I realized that there's a bug for the files in a sub folder. No issue with files that are not in a folder.

To Reproduce:

  1. I added "Test.doc" in Download/testing
  2. handlePath OZ returned an incorrect path: /storage/emulated/0/Download/Test.doc

Expected behavior:
Returned path should be:
/storage/emulated/0/Download/testing/Test.doc

Screenshots:
image

Smartphone (please complete the following information):

  • OS: Samsung s22+, Android 12, Target SDK: 32
  • HandlePath OZ version: 1.0.7

Additional context:
Note that there's no issue with local files that are not in any sub-folder. Cloud files work fine too.
I think have something to do with "msf". Underlined in red have the issue, the rest are working fine:
image

@geldf geldf added the bug Something isn't working label Oct 3, 2022
@onimur
Copy link
Owner

onimur commented Oct 20, 2023

Hello, sorry for the response time, unfortunately I didn't have more time to work on this project. Thank you for the feedback and for showing interest in it.
If you are still using it, feel free to make any changes to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants