GetAttributes()

File::GetAttributes(const String&) method

Returns the attributes of the specified entity.

static FileAttributes System::IO::File::GetAttributes(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The path of the entity whose attributes to return

Return Value

The attributes of the entity referenced by path

See Also