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:
- Use the Get File Info activity to get detailed information of a file. (e.g., file creation time, file extension).
- Use the message box. Activity to display the information retrieved from the Get File Info activity such as the creation time and extension.
- 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.
- Store Folder Contents in an Array List.
- Loop Through the Array List and display the location of each file in a message box.