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

The move works well on Android versions less than 11
But in version 11 this problem appears

the block :point_down:
52

please help

Can you show me how to use the block (movefile) correctly for all Android versions

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

/Documents :wink:

1 Like

fixed :partying_face:
Taifun

1 Like

thank you
I fixed the problem

great… then please provide a screenshot of the working solution
thank you
Taifun

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.