Elizeu Silva dos Santos
06/23/2022, 11:43 AMFile.forEachLine
is a good choice for that?Joffrey
06/23/2022, 12:13 PMPath.forEachLine
instead. Manipulating Path
is usually preferred over File
in new codePath
that make it much more convenient to use than Java's Files.doSomething(Path)
Elizeu Silva dos Santos
06/23/2022, 1:35 PM