How do I select files that match my kewords?

Hello all, how do I select files that match specific keywords from a folder. Not quite sure what activity to use.

@Tola_Buzz
Welcome to the forum

As far we had understood. There are files in a folder and you are interested only on that one having a particular token in the file name.

So we can do

arrReportFilePaths = Directory.GetFiles(yourDirPathStringVar, “Report*.*”)

and used a Wildcard for the file name

For sure we can also more adapt it to some more specifics

[CheatSheet] - Filesystem APIs - News / Tutorials - UiPath Community Forum

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