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