Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi, I have a problem about how to locate xml files. I use a similar function as in the person example: “performInsertPersonFromFile(TXMLObjectAccessor accessor, String filename)”. When I try to locate a file in the directory “c:\myxml\example1.xml” as a filename it doesn’t work. I don’t know how to change the directory. Can anybody help me? Thanks a lot, Diego
Hi Diego, Here you need to give location of file as “c:\myxml\example1.xml” as \ represents escape sequence.