4 lines
92 B
Text
4 lines
92 B
Text
File.regular?("input.txt")
|
|
File.dir?("docs")
|
|
File.regular?("/input.txt")
|
|
File.dir?("/docs")
|