File Information
To use this object, simply select the file you want to retrieve the information from.
Last updated
To use this object, simply select the file you want to retrieve the information from.
Last updated
Para utilizar esse objeto basta selecionar o arquivo que deseja buscar as informações.
Filling in the object:
Field | Description |
---|---|
Title | It's the object name and doesn't need to be changed, unless you want to identify it to make it easier to find on the robot, for example: "File Information - Creation Time". |
Object Identifier Name | It's a object unique identifier and doesn't need to be changed, but you can rename it if you want to find it more easily when using it on other objects. Just remember that this name must be unique and without spaces or special characters. |
File | File that will contain the collected information |
INTERPOLATION
This is a technical concept used in programming and you don't need to worry about changing it at this point.
Property | How To Get |
---|---|
File Name | .FileName |
File Path | .Path |
File Extension | .Extension |
Directory Name | .DirectoryName |
Directory Path | .DirectoryPath |
Return true if the file exists | .Exists |
Creation Time | .CreationTime |
Last Acess Time | .LastAcessTime |
To search for a file information within the directory.
If it is necessary to check various information about a file and then carry out some new automation in the robot.
Extraction of information to use in automation.
Search for file information in a desired directory with two types of message box returns.
STEP 1: To set File Information.
STEP 2: To set Message Box.
STEP 3: Run the robot and check the actions.