4 lines
212 B
Text
4 lines
212 B
Text
'input.txt' exists if 'input.txt exists' print
|
|
'/input.txt' exists if '/input.txt exists' print
|
|
'docs' isdir if 'docs exists and is a directory' print
|
|
'/docs' isdir if '/docs exists and is a directory' print
|