79440490

Date: 2025-02-14 20:21:01
Score: 1.5
Natty:
Report link

you need to normalize it

string normalizedPath = @"\\?\" + longFilePath;
sing (XmlWriter writer = new XmlTextWriter(normalizedPath, Encoding.UTF8))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user379310