C# 클래스 FullInspector.Internal.fiDirectory

파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : void
Exists ( string path ) : bool
GetDirectories ( string path ) : IEnumerable

메소드 상세

CreateDirectory() 공개 정적인 메소드

public static CreateDirectory ( string path ) : void
path string
리턴 void

Exists() 공개 정적인 메소드

public static Exists ( string path ) : bool
path string
리턴 bool

GetDirectories() 공개 정적인 메소드

public static GetDirectories ( string path ) : IEnumerable
path string
리턴 IEnumerable