Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOL IsReadOnly( ) const;
Return Value
Nonzero if successful; otherwise 0.
Remarks
Call this member function to determine if the found file is read-only. A read-only file is marked with FILE_ATTRIBUTE_, a file attribute identified in the structure. Applications can read such a file, but they cannot write to it or delete it.
See the member function MatchesMask for a complete list of file attributes.
Example
See the example for CFileFind::GetLength.