Click or drag to resize

FileSystemBasicInfo Class

Contains the basic information for a file.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesFileSystemBasicInfo

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class FileSystemBasicInfo

The FileSystemBasicInfo type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the file attributes.
Public propertyChangeTime
Gets the time the file was last changed.
Public propertyChangeTimeUtc
Gets the UTC time the file was last changed.
Public propertyCreationTime
Gets the time the file was created.
Public propertyCreationTimeUtc
Gets the UTC time the file was created.
Public propertyLastAccessTime
Gets the time the file was last accessed.
Public propertyLastAccessTimeUtc
Gets the UTC time the file was last accessed.
Public propertyLastWriteTime
Gets the time the file was last written.
Public propertyLastWriteTimeUtc
Gets the UTC time the file was last written.
Top
See Also