Reputation: 139
I'm doing a school project that requires me to write a virus, I wanted to make a virus that deletes files on a system, but when using
os.remove()
it requires me to already have a path, does anyone know how to get around this?
I've already tried
path = (r"C:\Users\%username%\Desktop")
but that doesn't help and just leads to a Windows can't find path specified problem
Upvotes: 0
Views: 500