f = new File("examples.properties") println(f.absoluteFile) println(f.exists()) println(f.canRead())