Which of the following statements is used when you want to add data to the end of an existing text file?

(A) ``` Dim sr As IO.StreamReader = IO.File.OpenText("Data.txt")
```
(B) ``` Dim sr As IO.StreamReader = IO.File.AddText("Data.txt")
```
(C) ``` Dim sw As IO.StreamWriter = IO.File.CreateText("Data.txt")
```
(D) ``` Dim sw As IO.StreamReader = IO.File.AppendText("ata.txt"
```

(D) ``` Dim sw As IO.StreamReader = IO.File.AppendText("ata.txt"
```

Computer Science & Information Technology

You might also like to view...

A(n) ________ is software that is written for an operating system that users interact with to accomplish a given task

A) cloud computing B) app C) synchronization D) application

Computer Science & Information Technology

UFED is a stand-alone self-contained system that provides data extraction of content stored in mobile phones

Indicate whether the statement is true or false.

Computer Science & Information Technology