Welcome to the UIpath Community.
Try this to find all Excel files from folder and it’s subfolder.
Directory.GetFiles(“FolderPath”,“*.xlsx”,SearchOption.AllDirectories)
Welcome to the UIpath Community.
Try this to find all Excel files from folder and it’s subfolder.
Directory.GetFiles(“FolderPath”,“*.xlsx”,SearchOption.AllDirectories)