Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: X10 2.2.2.1
-
Fix Version/s: X10 2.2.3
-
Component/s: Class Library: IO Library
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
x10.io.FileWriter currently only supports writing to a newly created file. The attached patch adds a constructor to x10.io.FileWriter and new methods to x10.io.File to support appending to existing files.
The attached test demonstrates this functionality:
applied patch in r23730.