Get file attributes
Get file attributes are used for assigning a file’s properties such as size, creation date, etc. to a variable.
| *File name | The file name or the folder name is written. |
| Attribute name | Returns the type of information to be retrieved from the file. |
| *Result variable name | A variable name that will be created is written. |
Note: * Fields selected with are required, others are optional.
File name example
*You can use the File name as shown in the example.*
C:\Test.txt
Attribute name examples
*You can use the Attribute name as shown in the example.*
Date of creation:
CREATION_TIME
Last login date:
LAST_ACCESS_TIME
Last modified time
LAST_MODIFIED_TIME
Size:
SIZE
Whether it is a confidential document:
HIDDEN
Whether the change is on:
READONLY
Result variable name example
*You can use the Result variable name as shown in the example.*
denemeSonuc