I am creating a python script that uses PyPdf2. I am trying to open and append a file using a wild card in the file name. It is taking the * literally in the file name.
Is there a way to declare wildcards with the open and merge functionality in PyPdf2? And if so, how?