Skip to main content
Navigator | Tier 3
January 10, 2022
Question

Hi Good day. Can someone teach me on how can I get or copy all the files in a folder?Given that the folder name is not fixed (static) since it is based on year's quarter and branch name. Thanks in advance!

  • January 10, 2022
  • 1 reply
  • 71 views

Sample 

    1 reply

    Most Valuable Pathfinder
    January 10, 2022

    Hi @Windelyn Godinez​ ,

     

    Try with below steps,

     

    1. 1st Loop to iterate through root folder i.e Email Attachment Folder

    Files in a Folder 12.2nd Loop to iterate through each file in the respective Sub folders

    Files in a Folder 23.Copy the Files to the Destination Folder

    Files in a Folder 3

    Chand