File fileInProjectDirectory(String name)

Source

File fileInProjectDirectory(String name) {
  return fileInDirectory(projectDirectory, name);
}