4 lines
98 B
Ruby
4 lines
98 B
Ruby
File.file?("input.txt")
|
|
File.file?("/input.txt")
|
|
File.directory?("docs")
|
|
File.directory?("/docs")
|