StreamReader
System.IO
+ System.MarshalByRefObject
+ System.IO.TextReader
+ System.IO.StreamReader
StreamWriter
System.IO
+ System.MarshalByRefObject
+ System.IO.TextWriter
+ System.IO.StreamWriter
using (StreamWriter sw = new StreamWriter(@"c:\C-\0122/dragon.txt"))
{
sw.WriteLine("안녕");
sw.WriteLine("난 드래곤이야");
sw.WriteLine("너도 드래곤이니?");
}
728x90
'C#' 카테고리의 다른 글
C# 코딩 규칙 (0) | 2022.01.22 |
---|---|
C# Task (0) | 2022.01.22 |
1.22 C# 오버로딩 오버라이딩 (0) | 2022.01.22 |
1.21 영상 강의(11~15) 내용 정리 (0) | 2022.01.21 |
1.20 영상 강의(6~10) 내용 정리 (0) | 2022.01.20 |