QuestionQ62

Working with Files and Folders

Which filter option should be used with the For Each File in Folder activity to iterate through all Microsoft Word documents in a local folder?

Explanation

The * wildcard matches any number of characters. The filter *doc* matches both legacy .doc files and modern .docx files, allowing iteration over the common Microsoft Word document formats. UiPath documents * as the wildcard character for extension-based filters.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!