Action group: File system
This action is used to get the properties of a file.
The "Get file info" action returns the file size based on the principle:
Result
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
File | The path to the file to get information about. | Robin.FilePath | Yes | |
Results | ||||
Name | The name of the specified file. | Robin.String | ||
Extension | The extension of the specified file. | Robin.String | ||
Name with extension | The name of the specified file with the extension. | Robin.String | ||
Size | The size of the specified file. It is calculated in kilobytes. | Robin.Numeric | ||
Date of creation | Date of creation of the specified file. | Robin.DateTime | ||
Date of change | The date the specified file was modified. | Robin.DateTime |
None.
Get the size of the "Log.txt" file.
Use the "Get file info" action.
The program robot worked successfully. The action returned 6 file properties: "Name", "Extension", "Name with extension", "Size", "Date of creation", "Date of change". The file size is specified without unit and is calculated in kilobytes.