[
https://issues.apache.org/jira/browse/IO-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637056#action_12637056
]
Stefan Simik commented on IO-182:
---------------------------------
Yes, exactly ;)
appendStringToFile(File file, String encoding, String textToAppend);
is the function I was looking for.
> add new APPEND parameter for writing string into files
> ------------------------------------------------------
>
> Key: IO-182
> URL: https://issues.apache.org/jira/browse/IO-182
> Project: Commons IO
> Issue Type: New Feature
> Components: Streams/Writers
> Affects Versions: 1.4
> Reporter: Stefan Simik
>
> It would be great to have one additional parameter for writing strins into
> file - boolean append.
> If true, string will be appended to the end of the file.
> It is very useful for many purposes, for example logging and so on..
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.