Character Length of Path of File

  • Thread starter Thread starter Bob McCall
  • Start date Start date
B

Bob McCall

Trying to find out what total character length of the
path of a file can be in Windows XP.

Can it be changed?

Thanks - Bob
 
Bob said:
Trying to find out what total character length of the
path of a file can be in Windows XP.

http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemIODirectoryInfoClassctorTopic.asp

"...
PathTooLongException
...
The specified path, file name, or both exceed the system-defined maximum
length. For example, on Windows-based platforms, paths must be less than
248 characters, and file names must be less than 260 characters.The
specified path, file name, or both are too long. Paths must be less than
248 characters, and file names must be less than 260 characters.
..."

Can it be changed?

No.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top