우아한 프로그래밍
반응형
[C#] 텍스트파일 여는 방법
프로그래밍/C# 2019. 1. 5. 07:04

1. 사용방법 System.Diagnostics.Process.Start("Notepad.exe", "./config/auth.txt");

반응형