I'm trying to load an XML file to read through and I keep getting an errors. How should I write my path?

CLEAR(xmlDoc);
xmlDoc := xmlDoc.XmlDocument();
xmlDoc.Load('U:\Job Queue Documents\XML test\PCB 01213 BV-00009 TOP');
xmlRoot := xmlDoc.DocumentElement();
*This post is locked for comments
I have the same question (0)