Re: How do I search for files with no extensions?
- From: "q_q_anonymous@xxxxxxxxxxx" <q_q_anonymous@xxxxxxxxxxx>
- Date: 29 Mar 2006 11:39:15 -0800
Bill Braun wrote:
A brief experiment resulted in a very onerous, ungainly,
unsophisticated, and not very pretty way of finding files without
extensions.
Search for *.* and then sort the result by Type. Look for files of
Type=File.
I created three file in a folder, new_doc.txt, new_doc1, and new_doc2
(latter two with no extension).
After sorting, both files without an extension were clustered together.
Bill B.
The method might not be graceful, but the english was, and the method
is effective.
I did a slightly different test on that method.
That method does seem to work across folders and regardless of the
filename . I had sub folders a b and c and files 'r' 'a' and 'd' and
z.txt and b.txt .
As you said, search , sort by type.
It listed the subdirectories (a,b,c) together, *then all the files
(r,a,d) with no extension - those files were in different
directories*(so it worked perfectly), then it listed the rest of the
files.
..\a\
..\b\
..\c\
..\a\r
..\b\a
..\c\d
..\b\z.txt
..\a\b.txt
.
- Follow-Ups:
- Re: How do I search for files with no extensions?
- From: de Graff
- Re: How do I search for files with no extensions?
- References:
- How do I search for files with no extensions?
- From: El Capitan De Los Snuggles!
- Re: How do I search for files with no extensions?
- From: q_q_anonymous@xxxxxxxxxxx
- Re: How do I search for files with no extensions?
- From: q_q_anonymous@xxxxxxxxxxx
- Re: How do I search for files with no extensions?
- From: Bill Braun
- How do I search for files with no extensions?
- Prev by Date: Fat32 or NTFS
- Next by Date: Re: System Restore error
- Previous by thread: Re: How do I search for files with no extensions?
- Next by thread: Re: How do I search for files with no extensions?
- Index(es):
Relevant Pages
|