Return the path to a template by name. e.g. C:\WSL2-Distros\templates\ubuntu.ext4
name
String getTemplateFilePath(String name) { return getTemplatePath().file('$name.ext4'); }