ClientApi::GetIgnore()
Virtual? |
No |
|
Class |
||
Arguments |
None |
|
Returns |
|
an |
Notes
If P4IGNORE
is not set, no paths are ignored.
See also
ClientApi::DefineIgnoreFile()
ClientApi::GetIgnoreFile()
ClientApi::SetIgnoreFile()
Example
This example demonstrates the use of GetIgnore()
.
if ( client->GetIgnore()->Reject( *clientPath, client->GetIgnoreFile() ) ) { /* handling for ignored file */ } }