Guest User

Untitled

a guest
Jan 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for path, subdirs, files in os.walk(folderTestPath):
  2. for file in files:
  3. if "xyz" in open(folderTestPath+file,'r'):
  4. print (os.path.abspath(file))
Add Comment
Please, Sign In to add comment