Hunny Software Library Reference

AppleFile.HasFileTimes Property

Indicates if the AppleFile data contains a file times entry

[Visual Basic]
Public ReadOnly Property HasFileTimes As Boolean
[C#]
public bool HasFileTimes {get;}

Remarks

If the AppleFile data contains a file times entry, you may get the file times by retrieving the CreateTime, ModifyTime, BackupTime, and AccessTime properties.

If a file times entry is present, that does not mean that all the times (create time, modify time, backup time, and access time) are valid. An invalid time is indicated by a value of System.Int32.MinValue.

See Also

AppleFile Class | Hunny.Mime Namespace