Excel can't save to paths over 218 characters
support.microsoft.com
Excel can't save to paths over 218 characters
1–10 of 53 posts
Re: Excel can't save to paths over 218 characters
#2Re: Excel can't save to paths over 218 characters
#3Ah.. the old 218 characters in your path problem! Because of course!
Welcome to 1995!
Re: Excel can't save to paths over 218 characters
#4Ah.. the old 218 characters in your path problem! Because of course!
---
[1] 'To specify an extended-length path, use the "\\?\" prefix. For example, "\\?\D:\very long path".' http://msdn.microsoft.com/en-us/library/windows/desktop/aa36...
Re: Excel can't save to paths over 218 characters
#5Re: Excel can't save to paths over 218 characters
#6I don't want to hear the BS about MAX_PATH. These are really annoying customer-facing flaws that scream "amateur hour".
Re: Excel can't save to paths over 218 characters
#7C:\not\sure\about\the\rest\of\you\but\i\needed\to\see\how\long\that\is\to\fully\understand\the\implications\of\this\seemingly\arbitrary\limitation\-\to\give\this\some\context\this\path\is\two\hundred\and\18\characters\
C:\Users\reasonableusername\Documents\Work\CompuGlobalHyperMegaNet\Non-Project Documents\Administrative\Business Contracts\Fiscal 2013\First Quarter\February\Week Two\TPS Reports Cover Sheet And Memos Template - 3.xls
Re: Excel can't save to paths over 218 characters
#8Ah.. the old 218 characters in your path problem! Because of course!
Re: Excel can't save to paths over 218 characters
#9Ah.. the old 218 characters in your path problem! Because of course!
It's MAX_PATH in Windows (== 260. There's a 32K Unicode-equivalent limit[1]). In Linux it's PATH_MAX, which is (very likely) 4096. That's a bigger number than 260, sure; but it's still a discrete one; instead of, say, ∞. --- [1] 'To specify an extended-length path, use the "\\?\" prefix. For example, "\\?\D:\very long path".' http://msdn.microsoft.com/en-us/library/windows/desktop/aa36...
Re: Excel can't save to paths over 218 characters
#10C:\not\sure\about\the\rest\of\you\but\i\needed\to\see\how\long\that\is\to\fully\understand\the\implications\of\this\seemingly\arbitrary\limitation\-\to\give\this\some\context\this\path\is\two\hundred\and\18\characters\
People who name their folders "Documents and images from the conference in August with CEO" deserve what they get.
Although 260 characters does seem like the Excel team think more like me than the rest of (more reasonable) MS.