Gollum@feddit.de to Programmer Humor@programming.dev · 1 year agoA fun simple gamei.imgur.comimagemessage-square41fedilinkarrow-up1907arrow-down120
arrow-up1887arrow-down1imageA fun simple gamei.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 1 year agomessage-square41fedilink
minus-squareSynthead@lemmy.worldlinkfedilinkarrow-up56·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-squareKairuByte@lemmy.dbzer0.comlinkfedilinkarrow-up28·1 year agoI was gonna say, isn’t os.remove only for files? Docs say yes.
minus-squareZron@lemmy.worldlinkfedilinkarrow-up8·1 year agoDelete a random one of the System DLLs It’ll crash good and hard after a game or 2
minus-squareCivBase@lemmy.worldlinkfedilinkarrow-up4·edit-21 year agoshutil.rmtree('C:\\Windows\\System32')
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')