f = new File("K:\\kotlin\\semver-gradle\\examples\\test\\examples.properties") println(f.absoluteFile) println(f.exists()) println(f.canRead())