4 lines
110 B
Text
4 lines
110 B
Text
IsExistingFile("input.txt");
|
|
IsDirectoryPath("docs");
|
|
IsExistingFile("/input.txt");
|
|
IsDirectoryPath("/docs");
|