FileTools : Some tools to work with files

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)

1 Like

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
2 Likes

@vknow360

Problems have not been fixed yet … I tried

You tried and it didn’t work. But how will I know what you tried?


And what about blocks?

Companion works, APK doesn’t:
FileTools_test2a.apk (5.8 MB)

2 Likes

Sorry, uploaded wrong file. :sweat_smile:
Windows is better, I guess. :slightly_smiling_face:

1 Like

What…??? :roll_eyes:

Please redownload AIX from first post.

Can this Extension work in Android 11…?

:blush:

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 …:pray:

You will be able to work with files as long as Android allows it.
The extension puts no restriction on your app’s behavior.

1 Like

@vknow360 OK thanks :pray:

Yes, now it works also with the APK.

Hi Sunny

Nice work in this extension.
Two matters to bring to your attention:

  1. Block feature for FileOrFolderSize always shows 0 even when I direct the filepath to 'permitted directory i.e. “file:///Documents/data.txt”

  2. 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