5 lines
116 B
Text
5 lines
116 B
Text
# Apparently GAP can only remove a file, not a directory
|
|
RemoveFile("input.txt");
|
|
# true
|
|
RemoveFile("docs");
|
|
# fail
|