FileSystemInfoAttributes Property |
Gets or sets the attributes for the current file or directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public FileAttributes Attributes { get; set; }
Public Property Attributes As FileAttributes
Get
Set
public:
property FileAttributes Attributes {
FileAttributes get ();
void set (FileAttributes value);
}
member Attributes : FileAttributes with get, set
Property Value
Type:
FileAttributesFileAttributes of the current
FileSystemInfo.
Exceptions Remarks The value of the CreationTime property is pre-cached
To get the latest value, call the Refresh method.
See Also