FileGetAttributes Method (String) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static FileAttributes GetAttributes(
string path
)
Public Shared Function GetAttributes (
path As String
) As FileAttributes
public:
static FileAttributes GetAttributes(
String^ path
)
static member GetAttributes :
path : string -> FileAttributes
Parameters
- path
- Type: SystemString
The path to the file.
Return Value
Type:
FileAttributesThe
FileAttributes of the file on the path.
See Also