2009년 1월 31일 토요일

C#에서 INI 파일 관리

http://www.aejw.com/ 에서 cIni 클래스를 받아 이용.

aejw.cIni inifile = new aejw.cIni("iniFilePath");

inifile.ReadValue("Section", "Key", "DefaultValue");
inifile.WriteValue("Section", "Key", "Value");

댓글 없음:

댓글 쓰기