relative filePath to XML file
Posted: Thu Aug 13, 2009 7:03 pm
I don't really know where to post this subject. I hope here is okay.
I am using this command:
put revCreateXMLTreeFromFile(lvFileName, false, true, false) into lvDocID
Rather than using the answer file command that is used in the XMLDemo stack I want to use a programmed relative path to a known file. How do I phrase that?
I have tried several things, none of which are working.
I've tried putting the file in the same directory as the main stack:
Contacts.xml
I've tried relative phrasing of several sorts:
./HVResources/HawkXMLFiles/Contacts.xml
//HVResources/HawkXMLFiles/Contacts.xml
/HVResources/HawkXMLFiles/Contacts.xml
HVResources is a directory located in the same directory as the main stack.
My greeness must be showing.
I look forward to enlightenment.
Thanks,
I am using this command:
put revCreateXMLTreeFromFile(lvFileName, false, true, false) into lvDocID
Rather than using the answer file command that is used in the XMLDemo stack I want to use a programmed relative path to a known file. How do I phrase that?
I have tried several things, none of which are working.
I've tried putting the file in the same directory as the main stack:
Contacts.xml
I've tried relative phrasing of several sorts:
./HVResources/HawkXMLFiles/Contacts.xml
//HVResources/HawkXMLFiles/Contacts.xml
/HVResources/HawkXMLFiles/Contacts.xml
HVResources is a directory located in the same directory as the main stack.
My greeness must be showing.
I look forward to enlightenment.
Thanks,