Sets the specified FileAttributes  of the file on the specified path.
            
 
Namespace: CMS.FileSystemStorageAssembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntaxpublic override void SetAttributes(
	string path,
	FileAttributes fileAttributes
)
Parameters
- path
 - Type: SystemString
Path to file - fileAttributes
 - Type: CMS.IOFileAttributes
File attributes 
See Also