I am creating a script file transfer, and the source cleanup function uses os.rmdir('C:\\Users\\Grav\\Desktop\\TestDir0\\Om') . This is the error I get:
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\Grav\\Desktop\\TestDir0\\Om'
I checked the permissions on the Om folder through Windows 7 and they are set to delete for my user account. I also tried to configure my interpreter to work as an administrator. The problem persists, and I am at an impasse. It is very important that someone with understanding!
source share