You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shutil.rmtree will remove files what might lead to data loss, so I will not use that. #172 will help a little bit but #184 is really what will help here, but is very, very not ready.
At least that is what I think, because Permission error occurs in couple of different (very ugly) corner cases.
I had problems with os.remove(link_path):
As administrator it deletes the targeted directory but not as user => unreliable!
My solution:
The text was updated successfully, but these errors were encountered: