Share via


GetAttributes Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the FileAttributes of the file on the path.

Namespace:  System.IO
Assembly:  System.IO (in System.IO.dll)

Syntax

'Declaration
Public Shared Function GetAttributes ( _
    path As String _
) As FileAttributes
public static FileAttributes GetAttributes(
    string path
)
public:
static FileAttributes GetAttributes(
    String^ path
)
static member GetAttributes : 
        path:string -> FileAttributes 
public static function GetAttributes(
    path : String
) : FileAttributes

Parameters

Return Value

Type: System.IO. . :: . .FileAttributes
The FileAttributes of the file on the path.

Remarks

The path parameter is permitted to specify relative or absolute path information. Relative path information is interpreted as relative to the current working directory. To obtain the current working directory, see GetCurrentDirectory.

.NET Framework Security

See Also

Reference

File Class

System.IO Namespace