News

The glob module in Python handles that for you, letting you say something like: import glob glob.glob ... news is that you get back Path objects (in this case, PosixPath objects, since this example ...