How do you check if a file exists?

@Taifun I don't think so.

I think most of the methods and events will still work, except copying files to the external storage (outside the ASD) on devices with Android ≥ 10, because WRITE permission does no longer exist (with targetSdk = 30).

But DefaultFileScope must be set to Legacy (otherwise you will not be able to ask for READ / WRITE permissions for Android versions from 4.4 - 9, API 19 - 28).

grafik

See also here:

1 Like