Page 1 of 1

Missing option in Search (Find Files) Function

Posted: 2007-08-06, 10:09 UTC
by yosi_tz
Please add in Advanced part, after <File Size> field, a new field called: <File Length> with the same parameters as <File Size> except the last of course.
and also the possibility to rename the file even if it is very long (above 150 or 200 chars long)

thanks a lot

Posted: 2007-08-06, 10:14 UTC
by Lefteous
2yosi_tz
Hi,

try the content plug-in "Filename ChrCount" which is available on the official Total Commander site:
http://ghisler.com/plugins.htm#content
After installation it's available on the "Plugins" tab.

Posted: 2007-08-06, 12:21 UTC
by yosi_tz
OK, thank you
But I want to set the file-length data and get the files list that accomodate to that
not like in the plugin you mentioned that gove me additional details on ALL the files.
You see ? I'm asking for an additional search creteria

Thank you

Posted: 2007-08-06, 12:29 UTC
by Lefteous
You see ?
No as it actually can be used as an additional search criterion. If you want to find all files which have a path name larger than 200 characters use

Code: Select all

Filename_ChrCount.Pathname (ChrCount) > 200
as new rule.

Posted: 2007-08-08, 11:06 UTC
by yosi_tz
Thank you, Lefteous

Used your advice and it absolutely works !!

You helped me much