IgorTimofeev / MineOS

Home of MineOS and it's software for OpenComputers mod
Other
758 stars 188 forks source link

Cannot delete folder from floppy disk #157

Closed atirut-w closed 5 years ago

IgorTimofeev commented 5 years ago

Thanks, it's known bug appeared since OpenOS 1.7.3. It happens cause filesystem.rename() no longer renames files from mounted volumes to bootable one, so files can't be moved to trash. Still waiting for quick (or not) fix

atirut-w commented 5 years ago

I think I have an Idea. You have two delete optons

  1. Send to the rubbish bin
  2. Permanent delete(similiar to rm -r)
IgorTimofeev commented 5 years ago

Meow? I have only one option, the first one. After moving somthing to Trash you can erase it with "permanent delete" using filesystem.remove()

And, as I said, filesystem.rename() is broken for now. Nothing I can help

IgorTimofeev commented 5 years ago

Seems to be fixed in MineOS Standalone