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

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract void SetAttributes(
	string path,
	FileAttributes fileAttributes
)

Parameters

path
Type: SystemString
Path to file
fileAttributes
Type: CMS.IOFileAttributes
File attributes
See Also