dgamevfs.util
-
Declaration
pure @safe boolsubPathMatch(stringpath, stringparentPath, stringglob);Match
pathof a directory or a file relative to a parent directory with aglobpattern.Parameters
stringpathPath of the file/directory.
stringparentPathPath of the parent directory.
stringglobGlob pattern to match with. If
null, a match is assumed.Return Value
True on match or if
globisnull;falseotherwise.