FileGetAttributes Method (String, PathFormat) |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static FileAttributes GetAttributes(
string path,
PathFormat pathFormat
)
Public Shared Function GetAttributes (
path As String,
pathFormat As PathFormat
) As FileAttributes
public:
static FileAttributes GetAttributes(
String^ path,
PathFormat pathFormat
)
static member GetAttributes :
path : string *
pathFormat : PathFormat -> FileAttributes
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:
FileAttributesThe
FileAttributes of the file on the path.
See Also