Path.DirectorySeparatorChar
현재 OS환경에서 사용하는 디렉토리 구분자( '\' or '/' )를 반환한다.
'메모장 > C#' 카테고리의 다른 글
[C#] 코드의 문서화를 도와주는 Doxygen (2) | 2022.11.25 |
---|---|
C#의 자동 구현 프로퍼티 (Auto-Implemented Properties, 자동 구현 속성) (0) | 2020.07.09 |
[C# Debug] Zip 파일 압축 해제 문제 - System.IO.Compression.ZipFile.ExtractToDirectory (0) | 2020.01.29 |
C# params, ref와 in, out 매개 변수 한정자 (0) | 2019.10.29 |