Windows Develop Bookmark and Share   
 index > Windows Forms General > Need windows explorer search string that creates a file search list then excludes certain files from the list.
 

Need windows explorer search string that creates a file search list then excludes certain files from the list.

All,

What explorer search string will search the list below and find all files with extensions *.vvv

but with files containing "sts" removed?

List:

123121.vvv

agrtbtbt.zxz

564556.vvv

hbbtbtsb.xvv

wefgdvr.vvv

vfdststre.vvv

arhtytnsts.vvv

The finished list is:

123121.vvv

564556.vvv

wefgdvr.vvv

Dennis66  Thursday, August 16, 2007 2:27 PM
Wildcards are not sophisticated enough to do this. Search for *.ww, then filter out any matches you get from String.IndexOf().
nobugz  Thursday, August 16, 2007 4:36 PM
Wildcards are not sophisticated enough to do this. Search for *.ww, then filter out any matches you get from String.IndexOf().
nobugz  Thursday, August 16, 2007 4:36 PM

You can use google to search for other answers

Custom Search

More Threads

• binding navigator toolstrip
• How to make .net Windows application stick on desktop should not be minimized even we press windows + D
• MenuItem underscore under &letter problem
• ToolStripManager: LoadSettings, SaveSettings
• How do I print multiple pages from non-streaming data sources?
• data reading and writing.
• UserControl
• Displaying Status Messages to Avoid Not Responding Message
• ContextMenuStrip on MDI Form
• migrating winform application to web form