The path is truncated. This is not a bad thing.
Truncate = to shorten by or as if by cutting off.
Short File Name (8.3) as opposed to Long file Name.
Windows truncates the file name, if necessary, to six characters and appends
a tilde (~) and a digit. For example, each unique file name created ends
with "~1." Duplicate file names end with "~2," "~3," and so on.
Windows truncates the file name extension to three characters or less.
Long Name C:\Other Files\Registry Backups\OUTLO~1.reg
becomes
Short Name C:\OTHERF~1\REGIST~2\OUTLOOK.reg The last is a guess
How Windows NT Generates MS-DOS Compatible Filenames
http://support.microsoft.com/default.aspx?scid=kb;en-us;99589
Try this...
Start | Run | Type: %tmp% | Click OK |
What do you see in the Address bar?
There is a setting in your registry that allows 8.3 names on XP.
Some claim that you can increase NTFS performance if you disable 8.3 name
creations. I have mine set to enabled.
(Some 16 bit programs may have trouble finding Long File Names. Don't set
this option if you wish to install Norton NT Utilities.)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
Value Name: NtfsDisable8dot3NameCreation
Value Type: REG_DWORD
Default: 0
0 = Enabled
1 = Disabled
[[NOTE: The change to the NtfsDisable8dot3NameCreation registry entry
affects only files, folders, and profiles that are created after the change.
Files that already exist are not affected.]]
How to Disable the 8.3 Name Creation on NTFS Partitions
http://support.microsoft.com/default.aspx?scid=kb;[LN];121007
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In