I know that file system access in WinRT is different (开发者_运维技巧read: isolated), but I\'m curious if we still have to worry about MAX_PATH, or has that restriction been avoided?No, the MAX_PATH r
This question already has 开发者_运维知识库answers here: Closed 12 years ago. Possible Duplicate:
I\'m looking at handling longer file paths in my windows application. Currently, I have a text box (edit box) in which a user can type an absolute file path. I then read that typed file path, using G
Just had an interesting case. My software reported back a failure caused by a path being longer than MAX_PATH.
ASP.NET 3.5, IIS7 In my Global.asax\'s Application_BeginRequest, I need to extract from the request\'s URL an entirely seperate URL that\'s been embedded in it without using query string.