File file = new File('.') // FileからPathへ Path path = file.toPath() // PathからFileへ File toFile = path.toFile()