July 2018
Intermediate to advanced
242 pages
8h 6m
English
import java.io.File.separator as SEPARATOR
val filePahtName = "src${SEPARATOR}main${SEPARATOR}resources${SEPARATOR}file1.txt"
val filePahtName = "src${SEPARATOR}main${SEPARATOR}resources${SEPARATOR}file1.txt"val file = File(filePahtName)
val filePahtName = "src${SEPARATOR}main${SEPARATOR}resources${SEPARATOR}file1.txt"val file = File(filePahtName)val fileText: String = file.readText()println(fileText)
Read now
Unlock full access