5 lines
140 B
Text
5 lines
140 B
Text
|
|
(print (io:fileExists? "input.txt"))
|
||
|
|
(print (io:fileExists? "/input.txt"))
|
||
|
|
(print (io:fileExists? "docs"))
|
||
|
|
(print (io:fileExists? "/docs"))
|