You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test done and confirmed as affecting java.io.File.
Link to issue where it will be fixed by commit and has more info: #205 (comment)
Placing an issue here as it also affects java.io.File, and commit happens to also be fixing it, thus touching that code. This issue will be shortly closed.
Could put it behind a scoped storage block but this one I won't as its not where the issue is.
The problem is the quotes in the param. Remove the quotes and it fixes everything (the quotes wrongly in the path and the double dir too). Maybe its been causing other havoc?
Need to test it for conflicts though to make sure. So far all initial tests good =)
The text was updated successfully, but these errors were encountered:
Closing as fixed for java.io.File and scoped storage.
Fixed with commit ab048d5 in pull request #205. Conflict tested on Android 8 and Android 14 via scoped storage and sd card and 2 internal locations. Thousands of files transferred up down and deleted via auto tests with full hash testing on every returned file compared to original. Various command auto tests also run successfully. Briefly tested against java.io.File for confirmation.
Affect both java.io.File and scoped storage.
Test done and confirmed as affecting java.io.File.
Link to issue where it will be fixed by commit and has more info: #205 (comment)
Placing an issue here as it also affects java.io.File, and commit happens to also be fixing it, thus touching that code. This issue will be shortly closed.
Could put it behind a scoped storage block but this one I won't as its not where the issue is.
The problem is the quotes in the param. Remove the quotes and it fixes everything (the quotes wrongly in the path and the double dir too). Maybe its been causing other havoc?
Need to test it for conflicts though to make sure. So far all initial tests good =)
The text was updated successfully, but these errors were encountered: