Scripts: C# :: File I/O Operations :: Library Article #9
Developer's Section
![]() By: Erobo Team Member
|
|||
![]()
In the example shown below, we create a StreamWriter object to write data to a file. To do this we call the method appendText which takes as input the path to the file. If the file does not exist, it will attempt to create it. Otherwise it will append a new line to the file.
|
|||
|
|||
![]() |
|
![]() the form below: |