0
Question regarding Java
final Path path = Path.get(...); Files.lines(path).forEach(System.out::println); Anything wrong with the code besides than "cannot find symbol"? This is just one of the question i came across when surfing the web. Can't seem to understand.
1 ответ
+ 2
Java Files.list tutorial:
http://zetcode.com/java/fileslist/
How to use Java Path class:
https://roseindia.net/java/java11/nio/how-to-use-java-path-class.shtml