6 lines
113 B
Nim
6 lines
113 B
Nim
import os
|
|
|
|
echo existsFile "input.txt"
|
|
echo existsFile "/input.txt"
|
|
echo existsDir "docs"
|
|
echo existsDir "/docs"
|