wfn
wfn
wfn matches only directories and not files? I search for wfn:windirstat and am getting only 3 folders of windirstat and no mention of windirstat.lnk , windirstat.exe. Even if it were meant for windirstat without any extension ,that seems to limit the scope of search as files very commonly have extension.
Last edited by nagan on Fri Jun 14, 2013 5:52 pm, edited 1 time in total.
Re: wfn
wfn is searching for exact name(what you type)
Anything that contains what you search for but have something else in the name too(including the extension)will not be displayed
If you have a file without extension and named exactly windirstat and nothing else,will also be displayed
For example wfn:New
Those will be displayed:
New - folder
New - file
Those will not e displayed:
New1
1New
New.
and so on
Anything that contains what you search for but have something else in the name too(including the extension)will not be displayed
If you have a file without extension and named exactly windirstat and nothing else,will also be displayed
For example wfn:New
Those will be displayed:
New - folder
New - file
Those will not e displayed:
New1
1New
New.
and so on
Re: wfn
@void
1.What is the syntax to search for files without extension , other than test ext: or test (which lists folders also).
2.wfn for only extension less files seems to limiting the scope if "file" were meant to be the entities before the period that can include extensions as well?
1.What is the syntax to search for files without extension , other than test ext: or test (which lists folders also).
2.wfn for only extension less files seems to limiting the scope if "file" were meant to be the entities before the period that can include extensions as well?
Re: wfn
1.What is the syntax to search for files without extension , other than test ext: or test (which lists folders also).
Code: Select all
ext:
-or-
Code: Select all
*.
I am not quick sure what you are asking here..
wfn: matches the entire filename including the extension.
If you want to search for just the file part, please use:
Code: Select all
filepart.*
Re: wfn
I created three files , zzz.jpg ,zzz.bmp ,zzz (no extension)void wrote:1.What is the syntax to search for files without extension , other than test ext: or test (which lists folders also).Code: Select all
ext:
-or-
Code: Select all
*.
zzz ext: works to list the extensionless file. But zzz. lists all except the extension less file.
What I was trying to tell was presently wfn: zzz lists only the zzz without extension , but can it be made also to list zzz.jpg and zzz.bmpvoid wrote:wfn: matches the entire filename including the extension.
If you want to search for just the file part, please use:Code: Select all
filepart.*
Re: wfn
This is correct, because zzz does not contain a . in the filename.But zzz. lists all except the extension less file.
It would have to be another modifier, for example: filepart:zzzWhat I was trying to tell was presently wfn: zzz lists only the zzz without extension , but can it be made also to list zzz.jpg and zzz.bmp
I will consider adding this modifier.
Re: wfn
1. Please add another modifier in additon to wfn:
We need 2 modifiers. One for FIle.name (include extension) and one for Name (ignore extension).
2. I didn't find this option in Advanced Search. "this exact phrase:" is not the same thing.
We need 2 modifiers. One for FIle.name (include extension) and one for Name (ignore extension).
2. I didn't find this option in Advanced Search. "this exact phrase:" is not the same thing.
Re: wfn
wholeword: ?
ww:windirstat
ww:abc
ww:windirstat
Code: Select all
windirstat
windirstat
windirstat.chm
windirstat.chm
windirstat.exe
windirstat.exe
windirstat.inf
Code: Select all
ABC
abc-DefaultBox
08 ABC's.m4a
abc
abc
abc-Private Counsel Letter.doc
VER.ABC
Re: wfn
I thought that the new modifier needs to find names no matter whether it's folders or files.
Then the user can use a filter/modifier, to get only folders or files.
maybe exactname: or other is more suitable. I don't know.
I confess, messing with terminology is not easy.
Then the user can use a filter/modifier, to get only folders or files.
maybe exactname: or other is more suitable. I don't know.
I confess, messing with terminology is not easy.