805 pts.
 Path Depth in Windows XP, Windows 7, & Vista
I have a client that receives files from one of his clients in Sweden, the files are obviously created in Windows 7 or Vista but he is running Windows XP.

Now the Files and Folders full paths can run up to 13 folders deep for example this is the full path to one of the files

C:Documents and SettingstmaherDesktopTrentMaster FolderListMain FolderListVendorManuals_Docs_ DONETIEFSTACKTrent CommonRockwell_Allen Bradley ManualsInstallation InstructionsFLEX IOFLEX IOModules??????file names

 The issue here is my client cannot open the files at the bottom of this path because obviously the path is way too long.

[strong]Now these are my questions [/strong]

1. Is the path to the file causing the issue?

2. Is it the version of NTFS on windows XP that limits the path?

3. Is there an MS fix or Path available to rectify this?

Kindest Regards,

Shane

PS please please please help me with this

Thanks



Software/Hardware used:
ASKED: November 3, 2010  9:40 AM
UPDATED: November 3, 2010  9:37 PM

Answer Wiki:
Okay have you tried going into the folder in question say half way through and moving that folder out of the others making the path shorter to get to the file? Also you can go almost to the folder in question and select sharing and share this folder then access it as if you were accessing a share which will make the path shorter as well. If it will not let you copy or move the folder, after sharing you should be able to.
Last Wiki Answer Submitted:  November 3, 2010  12:19 pm  by  FrankTheTank   1,200 pts.
All Answer Wiki Contributors:  FrankTheTank   1,200 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

The maximum path name in XP is 260 characters. It is a limit of the Windows API according to Microsoft. Microsoft also note that using Unicode, it is possible to have a path length of approximately 32,767 characters.

You do not give a reason why the files are sent with a long path. Is it possible for the sender to just send files or is the pathing necessary?

 2,015 pts.

 

Just an addition:

This was mentioned as one of the new features of Vista:

“When accessing files with the ANSI character set, if the total path length is more than the maximum allowed 260 characters, Windows Vista automatically uses the alternate short names (which has a 8.3 limit) to shorten the total path length. In Unicode mode, this is not done as the maximum allowed length is 32,000″.

 63,535 pts.

 

First I would like to thank you all for you spot on answers

My client has been told that the path is too long in XP and he should shorten the path length because basically (now let me get this right) he will need to click 28 times to even see what is in these folders, in my own opinion and if that were me, I would find that extremely annoying!!
He will need to shorten the path lengths and that’s final as confirmed here by my fellow professionals
I thank you all for your input

Shane

 805 pts.

 

This is a Windows* OS/file system issue.The cause is the directory paths in the system is longer than 255 characters (including spaces).You may see the error “The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters,” under the following circumstances:Opening an assembly with .NET ReflectorExporting source code for an assembly using an add-in such as FileDisassembler, or FileGenerator.There’s a lot of additional softwares which can fix this problem like Long Path Tool.http://PathTooDeep.com

 50 pts.

 

Since this can be handled natively, there isn’t much point to buying a product. — Tom

 107,695 pts.