Click or drag to resize
File.SetAttributes Method
Sets the specified FileAttributes of the file on the specified path.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax
C#
public override void SetAttributes(
	string path,
	FileAttributes fileAttributes
)

Parameters

path
Type: System.String
Path to file.
fileAttributes
Type: CMS.IO.FileAttributes
File attributes.
See Also