Im new to python and are trying to figure out this for hours.. I want to change the working directory with os in my script by using
os.chdir("~") # not working.
os.getcwd #--> "/home/pi/Documents"
#I want to change into a subfolder I tried following
"subfolder"
"subfolder/"
"~../subfolder"
"/subfolder"
Tried:
sys.path.append.