I'm trying to make a simple code that simply opens a directory with this code
openFile = open('FileName', 'r+')
I've made sure i have permissions to read and write to this directory but i keep getting the error Permission Error: [Errno 13] Permission denied: