-
[C#] 폴더 경로 / Folder PathMicrosoft .NET/C# 2019. 3. 6. 01:35
폴더 경로 받기
Environment.CurrentDirectory
Forms
System.Windows.Forms.Application.StartupPath
실행파일폴더
System.AppDomain.CurrentDomain.BaseDirectory
실행된 exe의 경로
System.IO.Path.GetDirectoryName(System.IO.Path.GetDirectoryName(System.AppDomain.CurrentDomain.BaseDirectory))
"../"
상위폴더
Environment.SystemDirectory
시스템폴더
Path.GetFileName(Environment.CurrentDirectory) 현재 폴더의 명 'Microsoft .NET > C#' 카테고리의 다른 글
[C#] 조건부 컴파일 기호, 여러 개(코드 비활성화, 코드 숨기기, #if, #else, #endif) (0) 2019.03.21 [C#] cm <-> pixel 변환, DPI 구하기 (0) 2019.03.06 [C#] #if, #else, #endif (Debug or Release에서 동작하는 코드 만들기) (0) 2019.03.06 [C#] 날짜 출력 형식 변경(영문) 및 시간 측정 (0) 2019.03.05 [C#] 소수점 자릿수 변경, 소수점 반올림 올림 버림 (0) 2019.03.05