FileTools : Some tools to work with files

image
Last modified time not working

Which android version you are using ??

Try to use join block file:// Infront of the pathway

1 Like

Either-
file doesn’t exist
lack of read permission
no access to external storage (Api 29)

1 Like

Android 9 version

On screen initialise gave read and write permission,

File exists , iam able to open that file from the app on same screen but not getting modified time

Tried but not works

Actually what you are getting?? File modified time? Then try this shell command

Post an apk. Also tell how to produce the error.

While creating apk i found that

It works with
file:///storage/emulated/0/my file.pdf

I think yesterday i missed ‘/’ infront of path while adding file://

Still “do it” result while using creator shows 1.1.1970 but works on apk

Thanks for helping

Thanks it works

1 Like

image

I cannot find this block.

that block is there check it again

image

Yes, that block is there.

image

The block I am looking for is

@vknow360

1 to 2 mb file is not being copied … from Assets

Yes, use

  • the TaifunFile extension from @Taifun or the
  • File compontent which, however, still mistakenly requests storage permission (this is a bug).

@bodymindpower

But @Taifun this extension not working in android 11…?

You need to use SAF for android 11

In APK?

It no longer exists.

Of course, it works (also on Android 11).

This works on all Android versions (Companion & APK):

@vknow360 yes… In a app