How to move a pdf file to a specific folder in android > 10?

after the SDK30 release and its Android file access restrictions the file component is not able to move a file to an arbitrary directory anymore, see also the overview

you should store files in the ASD (in case you need them only for your own app) or
in shared storage like /Download or /Documents

alternatively use the SAF extension, but it is a little bit more complicated to understand and use it…

Taifun

2 Likes