Skip to main content

File Information

The File Information component in Robbot RPA allows you to retrieve information about a specific file. This component simplifies the process of obtaining file information and provides a user-friendly interface for seamless integration into your workflows.

Parameters

File Path :Use this parameter to select the file for which you want to retrieve information. By clicking the button, you can navigate through your system and choose the desired file. Type : String

Result : The File Information component returns the information about the selected file as a FileInfo object. This object contains various properties and attributes of the file, such as file size, creation date, modification date, and more. Type : FileInfo

Usage

To use the File Information component in your Robbot RPA project, follow these steps:

Drag and drop the File Information component into the sequence.

Configure the component by providing the necessary inputs:

Set the File Path parameter by clicking the button and selecting the file for which you want to retrieve information. Continue building your sequence by adding other components or actions as needed.

Execute your sequence to retrieve the information about the selected file.

Ensure that you have appropriate access permissions for the file to be accessed. Take caution when selecting the file to ensure that you choose the correct file.

By utilizing the Robbot RPA File Information component, you can easily obtain detailed information about files within your sequences, enhancing the automation capabilities of your Robbot RPA project.