nitc :: ModelBuilder :: module_absolute_path
# Transform relative paths (starting with '../') into absolute paths private fun module_absolute_path(path: String): String do return path.realpath end