Mask.simplePath

Mask simplePath(string path, bool caseSensitive = true) @safe

Creates a simple path mask (matches if path is subdir of mask or vice versa).

Parameters

paththe reference path
caseSensitivetrue for case-sensitive matching (default)

Returns

A new Mask instance.