1

I have a folder named for example DDC77 but I want the file explorer to return me that exact folder even if I search D DCC77 or DD C77

LawrenceC
  • 75,182

1 Answers1

1

Explorer doesn't do partial strings. You will need to use wildcards, like this : DD*C77.

For a more flexible file-search product, see the free voidtools Everything, which is also much faster and more flexible than Explorer.

harrymc
  • 498,455