Hi there, I wonder if there is any way to iterate over the files in a specific folder. The idea would be to loop over that folder and read all the filenames. Thank you.
Have many ways to obtain an instance of the File, and if it is pointing to a Folder, will be able to use the list method:
https://doc.netuno.org/docs/en/library/objects/File/#list
Below, some possible ways to get the File instance pointing to a Folder: