ItemProperties
Type
Represents metadata properties of a file.
Properties
Size
This item is read only and cannot be modified. Read OnlyItemProperties.Size:
number
The size of the file in bytes.
CreationTime
This item is read only and cannot be modified. Read OnlyItemProperties.CreationTime:
DateTime
The time the file was created, typically as a DateTime Object.
LastModifiedTime
This item is read only and cannot be modified. Read OnlyItemProperties.LastModifiedTime:
DateTime
The time the file was last modified, typically as a DateTime Object.
IsHidden
ItemProperties.IsHidden:
boolean
Indicates if the file is marked as hidden by the operating system.
-- Settable via setproperties
IsReadOnly
ItemProperties.IsReadOnly:
boolean
Indicates if the file is marked as read-only by the operating system.
-- Settable via setproperties