| ATL write to file [message #1001783] |
Thu, 17 January 2013 06:15  |
Basma Moukhtar Messages: 27 Registered: June 2010 |
Junior Member |
|
|
Dears,
I try to write some strings in a sequence to a file.
I use the "writeTo" method as follows:
mySequence->collect(x | x.toString().writeTo('path'));
But this writes the last string only, so it overwrites what's in the file, I need to append.
So, what method shall I use?
|
|
|
| Re: ATL write to file [message #1001887 is a reply to message #1001783] |
Thu, 17 January 2013 09:10  |
Hugo Bruneliere Messages: 494 Registered: July 2009 |
Senior Member |
|
|
Hello,
You first have to build the full string you want to obtain, and then finally make a call to the writeTo method.
This latter does not provide concatenation support and simply overrides the current content of the file if existing.
Best regards,
Hugo
------------------------------------------
Hugo Bruneliere - R&D Engineer
AtlanMod research team (Inria, EMN & LINA)
Ecole des Mines de Nantes
Nantes - France
------------------------------------------
|
|
|
Powered by
FUDForum. Page generated in 0.17608 seconds