Python Glob: Filename Pattern Matching - PYnative
pynative.com › python-globJun 17, 2021 · Run. Python glob.glob () method returns a list of files or folders that matches the path specified in the pathname argument. This function takes two arguments, namely pathname, and recursive flag. pathname: Absolute (with full path and the file name) or relative (with UNIX shell-style wildcards).