set_Attributes()

FileSystemInfo::set_Attributes(FileAttributes) method

Sets the specified attributes on the entity represeted by the current object.

void System::IO::FileSystemInfo::set_Attributes(FileAttributes value)

Arguments

ParameterTypeDescription
valueFileAttributesA bitwise combination of FileAttributes values representing the attributes to set

See Also