Sets the file attributes.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void SetAttributes( string path, FileAttributes fileAttributes ) |
Visual Basic |
---|
Public Shared Sub SetAttributes ( _ path As String, _ fileAttributes As FileAttributes _ ) |
Visual C++ |
---|
public: static 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.