writeLine 식으로 저렇게
File.AppendAllText();로 한줄한줄 저장하면서 할 수 있구나
string[] s = File.ReadAllLines(str); 이렇게 라인별로 존나 가져올 수 있다는게 대단하다
'컴퓨터 과학 & 영상처리 관련 > C# / .NET / JAVA' 카테고리의 다른 글
c# function parameter modifiers(ref and out keywords) (0) | 2012.02.04 |
---|---|
c# using variable parameter(params) (0) | 2012.02.04 |
c# path helper class (0) | 2012.02.04 |
c#에서 @를 문자열 앞에 쓰는 경우 (0) | 2012.02.04 |
c# rethrow exception (0) | 2012.02.04 |