Microsoft Docs 참조
https://docs.microsoft.com/ko-kr/dotnet/api/system.io.directoryinfo?view=net-5.0
DirectoryInfo 클래스 (System.IO)
디렉터리 및 하위 디렉터리를 만들고, 이동하고, 열거하는 인스턴스 메서드를 노출합니다.Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. 이 클래스는 상속될 수
docs.microsoft.com
▶ 실무 간, Romote Desktop Protocol Client (RDP) 구현 중 상위(Server)로 부터 경로 Return 받은 후
해당 경로의 파일 삭제 기능 구현 요청으로 인해 DirectoryInfo Class 사용
▶ Language : C#
▶ IDE : Visual Studio 2017
'Language - C# > C#(문법)' 카테고리의 다른 글
C# - Visual Studio Python 연동 - 2 (0) | 2021.11.10 |
---|---|
C# - Visual Studio Python 연동 - 1 (0) | 2021.11.10 |
C# - Effective C# 개정판, 매개 변수 (0) | 2021.11.08 |
C# - Coding, Naming Convention (0) | 2021.11.08 |
C# - Enum.Parse, Enum.TryParse (0) | 2021.11.08 |