C# 클래스 c24.SystemRequirementsChecker.FileSystemHelper

파일 보기 프로젝트 열기: CHECK24/c24.SystemRequirementsChecker 1 사용 예제들

공개 메소드들

메소드 설명
DirectoryExists ( string path ) : bool
GetDirectoryNameFromPath ( string path ) : string
GetDirectoryParent ( string path ) : string

메소드 상세

DirectoryExists() 공개 메소드

public DirectoryExists ( string path ) : bool
path string
리턴 bool

GetDirectoryNameFromPath() 공개 메소드

public GetDirectoryNameFromPath ( string path ) : string
path string
리턴 string

GetDirectoryParent() 공개 메소드

public GetDirectoryParent ( string path ) : string
path string
리턴 string