get_IsReadOnly()

FileInfo::get_IsReadOnly() method

Returns a value that indicates if the ReadOnly attribute is set.

bool System::IO::FileInfo::get_IsReadOnly()

Return Value

True if the ReadOnly attribute is set, otherwise - false

See Also