Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rcptt-users] Iterate over files in directory

Hi there,

I have a folder containing input files and I want to perform some tests for each of them.


get-file "Path-To-Folder" | each [val item] {

set-dialog-result File "$item"
}

does not seem to work. Is there any way to accomplish this?`

If necessary, I can also create a text file containing all pathes of files within that folder by hand, but if possible, I would like to skip this stip.

Thank you very much in advance,
Markus



Back to the top