Action group: FIle system
The action retrieves the properties of the specified folder.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Folder | The path to the folder whose properties you want to get. | Robin.FolderPath | C:\doc\img | Yes |
Results | ||||
Name | The name of the specified folder. | Robin.String | ||
Size | The size of the specified folder. It is calculated in kilobytes. | Robin.Numeric | ||
Date of creation | The date the specified folder was created. | Robin.DateTime | ||
Date of change | The date the specified folder was modified | Robin.DateTime |
Get folder size.
Use the "Get information about a folder" action.
The action returned 4 folder properties: "Name", "Size", "Date of creation", "Date of change". The folder size is specified without unit and is calculated in kilobytes.
Repeat the case for folders that are several megabytes/kilobytes/bytes in size.
Get information about a folder that is not readable.
Use the "Get information about a folder" action.
The action caused an error.
"The specified folder is inaccessible."