'legacy code' Category
-
Oct142009
Windows MAX_PATH limitation
While writing my last post, I stumbled across the definition of MAX_PATH on Windows:
1#define MAX_PATH 260
That’s right, Windows path lengths are limited to 260 chars. I would have expected a lot of problems in big production systems with this limit. Luckily, there is an article in the Microsoft knowledge base with the solution:
…, select the [...]