Enum FileInfoExtensionMethods.FileDetailsToShow
Use with ShowFileDetails parameter penmFileDetailsToShow.
Namespace: WizardWrx
Assembly: WizardWrx.Core.dll
Syntax
public enum FileDetailsToShow : byte
Fields
| Name | Description |
|---|---|
| AccessedTime | Include the Accessed time. |
| AllTimes | Report all three time stamps. |
| AllTimesWithUtc | Report all times, showing both Local and UTC time stamps. |
| Attributes | Include the file attributes, both as a mask and as human-readable values. |
| CreatedTime | Include the Created time. |
| Everything | Show everything. |
| LocalAndUtc | Render time stamps as both Local and UTC. |
| LocalTime | Render all times as Local. |
| None | Show only basic information: no UTC times, only LastWriteTime, and no Attributes. |
| Size | Include the file size in bytes. |
| UtcTime | Render all times as UTC. |