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 **
There is a limit of 260 characters for a path. I recently made a fix in ImageMagick that should add support for longer file names. I will publish a new version of Magick.NET that includes this fix this week. Can you test this after the release and leave a message here?