Re: Finding short file names?
- From: _RR <_RR@xxxxxxxxxx>
- Date: Fri, 01 Jul 2005 23:53:50 -0400
On Fri, 1 Jul 2005 22:46:46 -0400, "Richard Urban"
<richardurbanREMOVETHIS@xxxxxxxxxxx> wrote:
>Windows XP has migrated well past "short filenames". That was a restriction
>with fat16 file systems - NOT a benefit!
>
>Because Windows 98 was built on top of DOS (could use either fat16 or fat32)
>it is only natural that there was a built in capability to use short
>filenames (the 8.3 nomenclature) easily. There is no DOS in windows XP and
>therefore there is no need for short filenames.
Normally there is no need for them. However...
It's still one of the reasons that doing a straight copy of a system
partition can fail. While the kernel/drivers are loading they often
refers to shortened file names (SFNs). They're all over the registry.
When someone does a copy or xcopy of the system partition, the SFNs
are recreated on the fly. The new ones, of course, often don't match
the older registry entries.
This is why programs like Dos32/Backmagic were created. They copy
everything with the SFNs intact. The only logistic problem that may
have induced MS NOT to keep them intact is that you'd have two
possible types of name collisions when copying files into a non-empty
folder: a dupe'd LFN which you're prompted for (overwrite/cancel) or a
dupe'd SFN which would have baffled grandma.
---
To the OP: As mentioned, 'Dir /x' does it via command line, but I
believe the only way to display them in a normal folder window would
be to write a 'Shell Extension.' This is done often when programmers
need a column that shows specifics about a file (like the MP3 stats
you can choose by R-clicking the header on a Details display).
Unfortunately, I don't remember seeing one that was designed for SFNs.
It's a good idea, and it could be done. Search CodeProject for key
"Shell Extensions" if you have some programming chops and patience.
.
- References:
- Re: Finding short file names?
- From: mevian
- Re: Finding short file names?
- From: Richard Urban
- Re: Finding short file names?
- Prev by Date: Re: Recent folder problem....
- Next by Date: Re: change of os
- Previous by thread: Re: Finding short file names?
- Next by thread: Re: Finding short file names?
- Index(es):
Relevant Pages
|