Windows Explorer 搜索具有单个字符扩展名的文件(例如 *.e)

Windows Explorer Search for a file with a single character extension (eg *.e)

在 Windows Explorer(Windows 版本 7 及更高版本)中是否可以搜索具有特定单字符扩展名的文件,例如 *.c、*.h 或 * .p 同时从结果中排除所有不需要的变体,例如 *.cpp 或 *.hpp 或 *.ppt?

直接引用,例如

  • *.t 将匹配 foo.tfoo.txt

  • "*.t" 只会匹配 foo.t