System::IO::File::GetAttributes method

File::GetAttributes method

Returns the attributes of the specified entity.

static FileAttributes System::IO::File::GetAttributes(const String &path)
ParameterTypeDescription
pathconst String&The path of the entity whose attributes to return

ReturnValue

The attributes of the entity referenced by path

See Also