Depending on what you want to do, once you get all the filenames into a list using glob you may also find some help in parsing filenames into individual parts (drive, path, base name, extension) using the
os.path module. I find these two modules to be a huge help in working with file names.