Trying to drill through a directory on my drive that has subfoldrs within it. When I find files that have the file extensions I\'m looking for I want the full file path. Rig
Use:
os.path.abspath
instead. Your path is not absolute.