is there any simple way (in Java 7) to:
- open in reading mode a file containing, for every line, a path to another file
- for every line/path, open the respective file and print the content
(Every file is a plain text file)
?
Sorry if the question is silly.
Thank you