RosettaCodeData/Task/Check-that-file-exists/Java/check-that-file-exists-1.java

3 lines
75 B
Java
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
new File("docs/input.txt").exists();
new File("/docs/input.txt").exists();