Post a simple test aia that reproduces this problem.
I have already said that to access an asset file, path must start from //
followed by file name.
As I said before, copying from assets no longer works with your extension for the compiled app (APK). TaifunFile works …
FileTools_test2.apk (5.8 MB)
ChangeLog Version 10.1
- Fixed bug in
IsFile
method which was not working for Asset files.
It was affecting copy and move operations.
Reported by @Mr_PRAKASH_THUL and @bodymindpower
You tried and it didn’t work. But how will I know what you tried?
And what about blocks?
Sorry, uploaded wrong file.
Windows is better, I guess.
What…???
Please redownload AIX from first post.
Can this Extension work in Android 11…?
Depends on what you term as work
.
I am copying a file from Storage … but Android 11 has a Storage Access Problem …
So I want to know if this extension works in Android 11 …
You will be able to work with files as long as Android allows it.
The extension puts no restriction on your app’s behavior.
Yes, now it works also with the APK.
Hi Sunny
Nice work in this extension.
Two matters to bring to your attention:
-
Block feature for FileOrFolderSize always shows 0 even when I direct the filepath to 'permitted directory i.e. “file:///Documents/data.txt”
-
When I uninstall apk app and reinstall it, most if not all of the features like Append, Delete, Create, Save etc will not work until I delete the directory and retry. It’s like that directory is locked.
Any means to resolve above will be appreciated.
KC