Hacker News new | ask | show | jobs
by jamesfinlayson 64 days ago
Oh yeah... I remember Windows behaving weirdly when I tried to copy some files with long names into a deeper directory tree. And it was just weird behaviour - no useful error message.
1 comments

Windows in particular supports at the API level paths tens of thousands of characters long, much longer than Linux. The problem is applications need to explicitly support such paths using the long path syntax, otherwise they're limited to 255 characters.
Yeah I thought there was some way of doing it, but weirdly it was explorer.exe that was behaving in odd ways.