I'm working on Windows and I want to know how to delete a file with a path such as:
C:\Users\Mario\Desktop\texto.txt
I have tried to eliminate it in the following way
remove(C:\Users\Mario\Desktop\texto.txt)
But it marks me wrong
How can I do it?