Click or drag to resize

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; }

Property Value

Type: FileAttributes
FileAttributes 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