I want to create a filter to copy only file .pdf but cannot file the type pdf in filter setting. Can you have me with this, please?
See what the Type column says for a PDF file. It’s probably named after the software that the file type is assigned to.
Or filter on the filename / extension instead.
If it shows “<extension> Document” as the type name that usually means no type name has been defined for the extension in the registry,
Match on Name *.pdf
(wildcards option checked) instead. It’s quicker to do it that way as well.
1 Like