show / hide menu

Demo Project using File Activities (Part 2)

The URL of the demo project is given below where users can learn about these activities in a better manner. 

Steps:

  1. Use the Get File Info activity to get detailed information of a file. (e.g., file creation time, file extension). 
  2. Use the message box. Activity to display the information retrieved from the Get File Info activity such as the creation time and extension. 
  3. Use the Get Files activity to retrieve the location of files in a specific folder. The path of the folder can be provided as input to this activity. 
  4. Store Folder Contents in an Array List. 
  5. Loop Through the Array List and display the location of each file in a message box. 
Activities Used“Get File Info, Get File, For Each, Message Box”
Video Link https://www.youtube.com/watch?v=hY1GGYp-lZY&list=PLwFA5laAhcEJ7sVztHRNXDdXffy2odMvv&index=25