Get a file according to the relative path to package root.
File file(List<String> paths) => File(joinAll([root.path, ...paths]));