VFile.SetAttributes Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
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. |
File |
fileAttributes | A new file attributes. |