Changes between Version 1 and Version 2 of Ticket #2235, comment 1
- Timestamp:
- 2014-04-29T16:58:14Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2235, comment 1
v1 v2 1 This may be a result of the length of the path name; Windows APIs [http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath do not normally accept paths longer than 2 60Unicode characters], unless the "`\\?\`" prefix is used. The path in question has 262 characters.1 This may be a result of the length of the path name; Windows APIs [http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath do not normally accept paths longer than 259 Unicode characters], unless the "`\\?\`" prefix is used. The path in question has 262 characters. 2 2 3 3 Most Windows software doesn't use that prefix and just breaks on long paths. I have never understood the motivation for the design that supports longer paths but requires you to jump through an obscure hoop to use them.