Is there a way around PathTooLongException?
I tried adding @"\\\?\" to path but it did not work.
I use AlphaFS from Codeplex to get to files, but once in that folder I can not open image with Magick.NET.
Comments: ** Comment from web user: dlemstra **
I tried adding @"\\\?\" to path but it did not work.
I use AlphaFS from Codeplex to get to files, but once in that folder I can not open image with Magick.NET.
Comments: ** Comment from web user: dlemstra **
Thanks for the stacktrace. It seems .NET does not support long path names. I will skip this internal check for long file names. Can you try it again after the next release?