Man illustrationFlower illustration

Get file attributes

Estimated reading: 1 minute 261 views

Get file attributes are used for assigning a file’s properties such as size, creation date, etc. to a variable.


*File nameThe file name or the folder name with path.
Attribute nameReturns the type of information to be retrieved from the file.
*Result variable nameA variable name that will be created is written.
Note: * Fields selected with are required, others are optional.

You can use the File name as shown in the example.

C:\Test.txt

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

You can use the Result variable name as shown in the example.

denemeSonuc
Share this Doc

Get file attributes

Or copy link

CONTENTS
Chat Icon Close Icon