Version:
SetAttributesAsync(string path, System.IO.FileAttributes fileAttributes) Method
Writes the specified metadata to the file or directory.
Syntax
public
abstract
System.Threading.Tasks.Task SetAttributesAsync(string path, System.IO.FileAttributes fileAttributes)
Parameters
- path
- Type: string
Full path of the file or directory.
- fileAttributes
- Type: System.IO.FileAttributes
Attributes to write.