OpenComputers

OpenComputers

49M Downloads

I can't delete an empty directory.

Vararg97 opened this issue ยท 3 comments

commented

I tried using del and rmin relative and absolute path but it wont work.

commented

did you use rm -r?

commented

rm -rf / --no_presserve_root

(DONT DO THIS ON ANY MACHINE AT ALL REAL OR OC.)

commented

rm is for files, and rmdir for directories
rm -r can be used for directory deletion as well
we try to be linux like