Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

change directory in python os

import os

path = "C:UsersYourDirectory"

os.chdir(path)
 
PREVIOUS NEXT
Tagged: #change #directory #python #os
ADD COMMENT
Topic
Name
3+6 =