04pallav
9/11/2017 - 10:29 PM

os

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)