Gets the file attributes.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static FileAttributes GetAttributes( string path ) |
| Visual Basic |
|---|
Public Shared Function GetAttributes ( _ path As String _ ) As FileAttributes |
| Visual C++ |
|---|
public: static FileAttributes GetAttributes( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to get attributes from.