이번 주제는, Get Desktop Directory 입니다. 바로 본론으로 들어가겠습니다. 다음의 코드를 복사하여 사용하세요. string desktopDirectory = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory); Console.WriteLine(desktopDirectory);