Re: [NAnt-users] NAnt-users Digest, Vol 17, Issue 20

2007-11-07 Thread Danilo Almeida
It is a common misconception that the constant MAX_PATH refers to the maximum length of a Windows path. It actually refers to the maximum length of a Windows path *component*, such as a filename or a folder name. This is incorrect. The maximum length of a path component is 255. See http://

Re: [NAnt-users] NAnt-users Digest, Vol 17, Issue 20

2007-10-26 Thread Mike Frederick
It is a common misconception that the constant MAX_PATH refers to the maximum length of a Windows path. It actually refers to the maximum length of a Windows path *component*, such as a filename or a folder name. You can have multiple folder levels, with each folder's name a maximum of MAX_PAT