Scribner <> wrote in
news::
> On Sun, 7 Nov 2004 23:42:37 -0600, "LPV"
> <> wrote:
>
>>Scribner wrote:
>>
>>> >> Is there a program which I can use which will look for
>>> >> long file names and identify them? Thanks.
>>
>>
>>I wrote:
>>
>>> >This should do the trick:
>>> >
>>> >Program Name: Long Filenames Finder
>>> >
>>> >www.dcsoft.com
>>
>>
>>Scribner wrote:
>>
>>> This is exactly what I was looking for. Thanks.
>>
>>
>>You're very welcome...glad to hear it fit the bill for you.
>>
>>Loren
>>
> Yeah. I've cleaned up the long file names on the drives, yet I'm
> still getting the long name error. 8-(. Oh, well.
>
Maybe the total path is to deep? In win95 VFAT the maximum path length is
259, and maybe this is a VFAT limitation, and as far as I know in NTFS
it's virtually unlimited.
You could repeat my trick without replacing \ by newline, and with some
other filter to find lines longer than 259 bytes. (Eyes?)