Iterate over files in a directory

Hi, I was wondering if it is possible to iterate over files in a directory using a standard OpenRPA command.

Yes, you can use an foreach with type string, with System.IO.Directory.GetFiles(“c:\temp”)

Thank, you Allan! Frankly speaking I hoped that there is a visual component for this, but it is a solution anyway.

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