File and Stream IO

suggest change

Syntax

Parameters

| Parameter | Details | | —— | —— | | path | The location of the file. | | append | If the file exist, true will add data to the end of the file (append), false will overwrite the file. | | text | Text to be written or stored. | |contents | A collection of strings to be written. | | source | The location of the file you want to use. | | dest | The location you want a file to go to. |## Remarks

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


File and Stream IO:
* File and Stream IO

Table Of Contents
17 Regex
19 Arrays
21 Enum
22 Tuples
24 GUID
27 Looping
36 Casting
46 Methods
88 Events
92 Structs
95 File and Stream IO
104 Indexer
106 Stream
107 Timers
109 Threading
127 Caching
135 Pointers
147 C# Script