Computes an equivalent Minimatch pattern relative to the provided directory.
Similar to Node's path.relative.
path.relative
If the Minimatch pattern is a comment, returns a copy.
POSIX path (relative or absolute) from where the new pattern is computed
New Minimatch pattern relative to from
from
Generated using TypeDoc
Computes an equivalent Minimatch pattern relative to the provided directory.
Similar to Node's
path.relative
.If the Minimatch pattern is a comment, returns a copy.