4 lines
120 B
Text
4 lines
120 B
Text
fs:remove_file(‘output.txt’)
|
||
fs:remove_dir(‘docs’)
|
||
fs:remove_file(‘/output.txt’)
|
||
fs:remove_dir(‘/docs’)
|