On local machine (windows) to iterate over the files in a folder; the python code may be like
src = "C:/test/path2" filesList = os.listdir(src) for