+ 1
Import text file in Java
Does anyone know how to import a text file? I know you definitely can, but can you using SoloLearn?
1 Odpowiedź
+ 1
Access to the file system on Sololearn's Code Playground servers is pretty restricted but you could read a file that you wrote like this example:
https://code.sololearn.com/c3qIylb1OZla/#java
There just are not many files your Java code will have read access to for security reasons.