Python Issue making folder outside of current directory
So I’m able to create folders in the same path as my main.py is in. But even with using os.chdir and try to create an folder into that directory I’m unable to. It can read if an folder like that exist but the part to mkdir just doesn’t do anything. I don’t get a print, etc. I did notice the folder is in “read only” but the folder the main.py is in a subfolder of that folder and can create one just fine. When I check that directory it says theres writeable access.