Mask.isCovered

bool isCovered(string expression) @safe

Tests if a string is covered (matched) by this mask.

Parameters

expressionthe string to test (filename or path)

Returns

true if the expression matches the mask.

Throws

DarException if the mask is empty (AND/OR with no members).