VFile.GetAttributes Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
GetAttributes(String)
Method returns FileAttributes for a file identified by the path
.
Declaration
public static FileAttributes GetAttributes(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path of the file. |
Returns
Type | Description |
---|---|
FileAttributes | FileAttributes for a file identified by the |