Sets the file attributes.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
void SetAttributes( string path, FileAttributes fileAttributes ) |
Visual Basic |
---|
Sub SetAttributes ( _ path As String, _ fileAttributes As FileAttributes _ ) |
Visual C++ |
---|
void SetAttributes( String^ path, FileAttributes fileAttributes ) |
Parameters
- path
- Type: System..::..String
Path to file to set attributes on.
- fileAttributes
- Type: System.IO..::..FileAttributes
File attributes to set.