Click or drag to resize
FileGetAttributes Method (String)
Gets the FileAttributes of the file on the path.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static FileAttributes GetAttributes(
	string path
)

Parameters

path
Type: SystemString
The path to the file.

Return Value

Type: FileAttributes
The FileAttributes of the file on the path.
See Also