Get a location for storing an executable file created from the given file.
File getExecutablesLocation(File file) => File(path.join(_executablesDir, '${file.path}.exe'));