Tech Support > Microsoft Windows > Development Resources > Windows 2003 server and Long File Names
Windows 2003 server and Long File Names
Posted by Neo on January 4th, 2008


Hi all,
can I create deep folder hierarchy which is exceeding 260 characters
on windows 2003 server?
Is there any way to do this?

Posted by yanlinlin on January 4th, 2008


On Jan 4, 8:11*pm, Neo <vikram.su...@gmail.com> wrote:
I'm afraid not.

Posted by Christian ASTOR on January 4th, 2008


On 4 jan, 13:11, Neo <vikram.su...@gmail.com> wrote:

#define MAX_PATH 260

http://msdn2.microsoft.com/en-us/library/aa365247.aspx


Posted by Neo on January 4th, 2008


On Jan 4, 6:28 pm, Christian ASTOR <casto...@club-internet.fr> wrote:
I saw the link. I tried using "\\?\". but still things does not work.
I used createFile API.

Posted by Neo on January 4th, 2008


On Jan 4, 6:53 pm, Neo <vikram.su...@gmail.com> wrote:
Hi guys
using CreateDirectoryEx I can create hierarchy upto 32k chars,


Similar Posts