How to Search in Windows with Python subprocess
问题 How can subprocess be used to open a specific local or network directory in Windows File Explorer , and search for image file names with a specific string. In this case, the requirement is: Only display specific images (out of many), in File Explorer , for a quick visual verification. For this purpose, I am not interested in knowing how to search Windows with os or pathlib . Those methods are clearly explained in Find a file in python 回答1: Note: Search locations must be indexed by Windows