QuestionQ201

UiPath Automation Development

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

  • A "*.doc"
  • B "*.doc, *docx"
  • C Microsoft Word
  • D ".doc"
Explanation

A wildcard filter of *.doc* matches filenames with the .doc extension as well as .docx, covering both common Microsoft Word document formats.

Community Discussion

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