Find files that end with "vbp" in Windows 7 file explorer

I was trying to find an old VB 6 project but I couldn't remember the name of it or where it was on my hard drive but I knew I didn't have very many of them so I opened file explorer and typed "*.vbp" in the search box.

This unfortunately returned way too many results because it included *.vbproj files. I wanted just files that ended with "*.vbp" After some searching I found this http://windows.microsoft.com/en-ca/windows7/advanced-tips-for-searching-in-windows which said you could use:

 System.FileName:~<"notes"

to find files that start with "notes" the ~< means "begins with" so I deduced maybe ~> means "ends with" and sure enough to find files that end with "vbp" put this in the search box:

System.FileName:~>"vbp"

Comments

  1. Top 10 best slots casinos for 2021 - SOL.EU
    Best Slots Casino: Best Real Money https://sol.edu.kg/ Slots Sites 2021 · Red Dog Casino: Best Overall Slots Casino septcasino.com For USA Players · Ignition Casino: Best www.jtmhub.com Casino For Roulette wooricasinos.info

    ReplyDelete

Post a Comment

Popular posts from this blog

Show/Hide formatting text in MS Word 2010

Microsoft.ApplicationBlocks. ExceptionManagement The event source x does not exist error

ASP.NET 2.0 DropDownList EnableViewState