Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
How to get Full path of xmlDataDocument?
I have a function that takes xmlDataDocument object as input.
At the beginning of the function, I would like to ensure that the xmlDataDocuments refers to the specific .xml file.
But I can't find a way to get the name and fullpath of the xmlDataDocument.
I have tried path.getFullFileName(xmlDoc.Name / xmlDoc.LocalName / xmlDoc.DocumentElement.Name / xmlDoc.DocumentElement.LocalName) but without any success.
Please help me.