2017년 2월 8일 수요일

C# : 현재 프로그램 실행 경로


현재 프로그램 실행 경로를 알아 보는 법.

String strPath = System.Environment.CurrentDirectory;

이렇게 현재 프로그램이 실행되는 경로를 알 수 있다.