Hello,
In one of my scripts, i am using the remove function to delete a file:
import os
os.remove('Filename')
For one file, i get this error:
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
OSError: [Errno 13] Permission denied: 'Filename'
It's...