6 lines
145 B
Text
6 lines
145 B
Text
@show isfile("input.txt")
|
|
@show isfile("/input.txt")
|
|
@show isdir("docs")
|
|
@show isdir("/docs")
|
|
@show isfile("")
|
|
@show isfile("`Abdu'l-Bahá.txt")
|