I need to change the directory in the cmd with the command cd
.
For example cd users/desktop
. But when I run the script, nothing happens.
I have already tried with the following commands:
os.chdir("cd Documents/archive")
os.system("cd Documents/archive")
but neither of them works, just nothing happens.
How do you navigate in the directories with Python?