Re: Problem in accessing long paths.

2009-03-06 Thread venutaurus...@gmail.com
On Mar 6, 7:09 pm, "Tim Golden" wrote: > venutaurus...@gmail.com wrote: > > Hello All, > >             I have a requirement where I've to access folders with > > path lengths >255 ( Windows only supports 255). To do this I've > > created junction points for the folders whose length is > 255. The >

Re: Problem in accessing long paths.

2009-03-06 Thread Tim Golden
venutaurus...@gmail.com wrote: > Hello All, > I have a requirement where I've to access folders with > path lengths >255 ( Windows only supports 255). To do this I've > created junction points for the folders whose length is > 255. The problem is my python script is unable to recognize

Problem in accessing long paths.

2009-03-06 Thread venutaurus...@gmail.com
Hello All, I have a requirement where I've to access folders with path lengths >255 ( Windows only supports 255). To do this I've created junction points for the folders whose length is > 255. The problem is my python script is unable to recognize these junction points. As an example I