hwIXMLFile GetFileName
Gets the filepath of the XML file.
Syntax
hwIXMLFile_handle GetFilename
Application
HyperWorks Tcl Query
Description
This command gets the filepath (the exact file location) of the XML file.
Example
hwi GetSessionHandle sess;
sess GetXMLFileHandle XML “c:/Documents and Settings/user/My Documents/hwsettings.xml”;
XML GetFilename;
Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
XML
Query