tryRelativePath

Undocumented in source. Be warned that the author may not have intended to support it.
@safe @safe
string
tryRelativePath
(
scope string rootDirPath
,
const return scope string path
)

Examples

BuildCtx bcx = {
    rootDirPath : "~/Work/grammars-v4/".expandTilde,
    outFile : stdout,
    buildSingleFlag : true,
    buildAllFlag : true,
    lexerFlag : false,
    parserFlag : true,
};
doTree(bcx);

Meta