in reply to Re: Path and File Name Maximum Lengths
in thread Path and File Name Maximum Lengths
But you need to use the "UNC syntax" (\\?\...) to avail yourself of the extended length.
In addition to using the "UNC syntax", one needs to use CreateFileW according to the documentation. It's my understanding that open uses CreateFileA, so Win32API::File or similar is required.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Path and File Name Maximum Lengths
by BrowserUk (Patriarch) on Jun 14, 2010 at 21:33 UTC |