Click or drag to resize

FileGetAttributes Method (String, PathFormat)

[AlphaFS] 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,
	PathFormat pathFormat
)

Parameters

path
Type: SystemString
The path to the file.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

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