RosettaCodeData/Task/Delete-a-file/GAP/delete-a-file.gap
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
116 B
Text

# Apparently GAP can only remove a file, not a directory
RemoveFile("input.txt");
# true
RemoveFile("docs");
# fail