VFile.SetAttributes Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
SetAttributes(String, FileAttributes)
Method sets fileAttributes for a file identified by the path.
Declaration
public static void SetAttributes(string path, FileAttributes fileAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path of the file. |
| FileAttributes | fileAttributes | A new file attributes. |