I thought I would post here before going to coding snacks.
I purchased a bunch of files that are used to cut out shapes. Unfortunately they do not have a catalog of the 184 directories and what are contained therein! The files have numbers and do not represent what they are.
You can see what I am talking about here;
layered 3d svg filesThe program needs to look for a specific file using wildcards and then copy the directory name and file to a specified directory.
Example; The file string I am looking for is *-01.png which can be found in sub-directory Christmas Trees. I would like to copy the file, rename it to the sub-directory name and place it in a specified directory. The result is c:\christmas ornaments catalog\Christmas Trees.png
I am sure there is a program already out there that can do this simple task. Thanks!