Trying to get the list of files to delete the files

hi i am trying to get the list of files of specific file but i get this i change the route in the blocks but i cant get the list of files. where is my error in the blocks? i am only change the routes where the file is

Just use the FileList method together with the correct path

Your question in this thread seems to be off topic

How to delete files from the companion assets correctly see the first post of this thread

Your paths do not really make sense.
Taifun

i am trying to get the list of files to delete the files inside the route specific. i am not making offtopic. i cant understand why i get if my route is correctly.

Which path?

Taifun
PS: now moved into its own thread

only i need this block procedure to get the list of files to delete?

the path is emulated/0/Download/imagenescreadas/imagen

What about deleting the complete path?
Just use the FileTools extension and its Delete method together with the correct path

/storage/emulated/0/Download/imagenescreadas

Taifun

because only i will like to delete the files inside of the file. inside have jpg images. i am creating a app to add and create images and delete images.

Are you saying there are also other files inside the folder you do not want to delete?

Use a for each in list loop similar to


together with the correct directory

Taifun