build a path within the source directory
BuildDirs dirs; const mainFile = dirs.src("src", "main.c"); // get [src-dir]/src/main.c
See Implementation
build a path within the source directory