Messages - nekoz [ switch to compact view ]

Pages: [1]
1
N.A.N.Y. 2013 / Thanks for TLPD
« on: April 08, 2013, 12:52 AM »
And thanks for the pointer to TLPD, MrJohnGaltshrugs!  Works well.

2
N.A.N.Y. 2013 / Thanks, limelect!
« on: April 08, 2013, 12:44 AM »
Thanks again for your contribution to the community, limelect!

3
N.A.N.Y. 2013 / Re: NANY 2013 Release Find Long Names
« on: January 16, 2013, 11:46 AM »
IF the goal is to catch filenames that are oversized and cause  uncopyable, unmoveable and unrenameable files, THEN what the user needs is just to be able to search for files whose "TOTAL" is greater than 255.

Because the tool lacks such a feature, it is not very useful as a program for finding the oversized filenames.  If the tool had that feature, it would be very useful towards that goal.  Maybe it's useful for some other goal.  But for finding only and all the oversized filenames, we need to be able to search by the combined filename+path length of each file, which in the language of your tool is the "total."

Thanks.

4
N.A.N.Y. 2013 / Find Long Names doesn't quite find your long paths
« on: January 13, 2013, 07:25 AM »
This tool IS a nice idea, but it appears that the way it was implemented, it doesn't address the issue as directly as would be most useful.

What matters as far as Windows failing to be able to open a given file is that the >total< length of the entire path + filename (incl. extension) not exceed (255? 260? "MAX_PATH") characters.  This tool does not actually give you any way to search by that criteria.  It only allows finding files with a path WITHOUT FILENAME > certain length, or a filename WITHOUT PATH and WITHOUT EXTENSION > certain length.

In the parlance of this tool, what matters is the number that appears in the "total" column - yet there is no way to tell the tool to search for files with total > 255.  I.e. An invalid file might have "path size" 120, "name size" 100, and "extension" 50.  The total is 270, which is too long.  But the only way you would've gotten the tool to find this was by searching overbroadly, i.e. for "path length > 119"...which would of course turn up tons of results whose "total" <= 255.  Plus that search would miss something with path size 100, name size 120, extension 50.

Ultimately, there is no one search you can perform that will find all your long paths.  You have to perform a series of overbroad searches, and then in each case only look at the subset of your search results that actually have long totals.

If this tool allowed for searching by "total," or just did away with the separation between path, filename and extension, it would accomplish the goal.

Also: Feature? Bug? The results list truncates path results that exceed 259 chars.

Thanks for submitting your tool, though!

I tried out Path Scanner, but it merely crashed.

So, has anyone found a tool that just finds files with full paths > MAX_PATH?  This chronic Windows issue can be impossible to avoid; it would be great to be able to catch the offenders (and, ideally, rename or move them within the tool).

Pages: [1]
Go to full version