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