Small python script for finding file types from a root dir
fileTypes = ["file", "extensions", "here"] workingdir = "root dir to look in"
Originally made to pull files of a desired type from an unknown amount of sub directories for recovery
Thomas and Steve