Hi there,
I found this helper class called:
com.softwareag.cis.file.FileManager
What is the difference between those two methods provided by this class?
copyTextFile
and
copyBinaryFile
There is no documentation inside the API JavaDoc…
What I would like to do is copying an XML Layout file.
Of course it is text I like to copy (XML Layout File),
so I suppose using copyTextFile method would be the right thing to do.
The XML Layout Files created by Application Designer have for text file encoding the UTF-8 format. This should not be a problem, right?
Greets
Konstantin