Click or drag to resize
PhysicalItem Properties

The PhysicalItem type exposes the following members.

Properties
  Name Description
Public property Attributes
This value represents the file system attributes.
Public property CreationTime
This value is the time when the item was created.
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property IsContainer
This value is true if the item is a container of other items; otherwise, it is false.
Public property IsReadOnly
This value is true if the item is read-only (meaning the Saturation cannot be changed); otherwise, it is false.
Public property ItemType
This value is the type of item.
Public property LastAccessTime
This value is the time when the item was last accessed.
Public property LastWriteTime
This value is the time when the item was last written to.
Public property Metadata
This value is any additional metadata that may be displayed for a particular type of item. This metadata is not in any particular format, but you must be able to determine the format and decipher the metadata based on the type.
Public property Name
This value is the name of the item. Typically, this name is used for display in the user interface.
Public property Path
This value is the path of the item.
Public property Saturation
This value represents the saturation level of the item. Typically, this value is used to display a visual state in the user interface.
Public property Size
This value is the physical size of the item.
Top
See Also