RosettaCodeData/Task/Check-that-file-exists/GAP/check-that-file-exists.gap
2023-07-01 13:44:08 -04:00

4 lines
110 B
Text

IsExistingFile("input.txt");
IsDirectoryPath("docs");
IsExistingFile("/input.txt");
IsDirectoryPath("/docs");