Gollum to Programmer [email protected] • 1 year agoA fun simple gamei.imgur.comimagemessage-square35fedilinkarrow-up1880arrow-down119
arrow-up1861arrow-down1imageA fun simple gamei.imgur.comGollum to Programmer [email protected] • 1 year agomessage-square35fedilink
minus-square@Syntheadlink56•1 year agoYou’ll get an OSError if you try to remove a directory with os.remove https://docs.python.org/3/library/os.html#os.remove
minus-square@[email protected]linkfedilink29•1 year agoI was gonna say, isn’t os.remove only for files? Docs say yes.
minus-square@Zronlink6•1 year agoDelete a random one of the System DLLs It’ll crash good and hard after a game or 2
You’ll get an OSError if you try to remove a directory with os.remove
https://docs.python.org/3/library/os.html#os.remove
I was gonna say, isn’t os.remove only for files? Docs say yes.
Delete a random one of the System DLLs
It’ll crash good and hard after a game or 2
Just delete hal.dll.
shutil.rmtree('C:\\Windows\\System32')