Skip to content

Instantly share code, notes, and snippets.

@mkowoods
Created November 1, 2014 22:45
Show Gist options
  • Save mkowoods/41e320bda51f4fc8653a to your computer and use it in GitHub Desktop.
Save mkowoods/41e320bda51f4fc8653a to your computer and use it in GitHub Desktop.
Search File Tree for specific Files and then copy them to a new directory
import os
SET_PATH = "E:\\"
os.chdir(SET_PATH)
results = os.walk(SET_PATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment