Click or drag to resize

FileAttrs Property

A string representation of the attributes of the file. Each attribute is represented by one familiar character, so a value like "RA" indicates that the file is (R)ead only and modied and ready to be (A)rchived. For more information see NTFS.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public string Attrs { get; set; }

Property Value

String
See Also