os
#libarary used to change directory,get paths all that import os currd=os.getcwd() os.chdir('C:\\full') os.getcwd() files_ = os.listdir(path)