79440694

Date: 2025-02-14 22:49:37
Score: 1.5
Natty:
Report link

You need to normalize the path

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