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.0
Syntax
public FileAttributes Attributes { get; set; }

Property Value

Type: FileAttributes
FileAttributes of the current FileSystemInfo.
Exceptions
ExceptionCondition
FileNotFoundExceptionThe specified file does not exist.
DirectoryNotFoundExceptionThe specified path is invalid; for example, it is on an unmapped drive.
IOExceptionRefresh cannot initialize the data.
Remarks

The value of the CreationTime property is pre-cached

To get the latest value, call the Refresh method.

See Also