System::IO::FileInfo::get_IsReadOnly method

FileInfo::get_IsReadOnly method

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

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

ReturnValue

True if the ReadOnly attribute is set, otherwise - false

See Also