3가지 질문이 있는데 능력자 형님께서 저좀 도와주시면 감사 또 감사드리겠습니다.!!ㅎ
1. In order to remove a StreamWriter object named writer, which is associated with a file in the project directory called “test.dta”, you would write ____.
2.
StreamWriter outputFile = new StreamWriter("someOutputFileName");
StreamReader inputFile = new StreamReader("someInputFileName");
If you browse using Windows Explorer or Computer, the physical file that already exists before the two statements from above are executed is ____.
3.StreamWriter outputFile = new StreamWriter("someOutputFileName");
StreamReader inputFile = new StreamReader("someInputFileName");
If you browse using Windows Explorer or Computer, the physical file that already exists before the two statements from above are executed is ____.
빈칸에 뭐가 들어가야 할까요?