topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 5:35 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: D:\test\*\ .txt not find .txt files in D:\test (not in its subfolder)  (Read 3875 times)

jack6th

  • Participant
  • Joined in 2015
  • *
  • default avatar
  • Posts: 7
    • View Profile
    • Donate to Member
v2.251.0 on Windows 10

If D:\test contains the files below:
D:\test\1.txt
D:\test\a\1.txt
D:\test\a\aa\1.txt
D:\test\b\1.txt

Now input
'D:\test\*.txt' only find first file.
'D:\test\*\ .txt find all files except first file.

Can I find files in the directory and all its subdirectory without pre adding path to the option 'Search folders' ?

wiem

  • Participant
  • Joined in 2010
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: D:\test\*\ .txt not find .txt files in D:\test (not in its subfolder)
« Reply #1 on: December 22, 2022, 11:06 AM »
with
'D:\test\txt'
you should find them all