C# 클래스 MGDF.GamesManager.Common.Framework.Directory

상속: IDirectory
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF

공개 메소드들

메소드 설명
CopyTo ( string path ) : void
Create ( ) : void
Delete ( ) : void
Directory ( string path ) : System.Collections.Generic
Empty ( ) : void
GetFiles ( string fileSpec ) : List
GetSubDirectories ( string fileSpec ) : List

비공개 메소드들

메소드 설명
RecursiveCopy ( DirectoryInfo source, DirectoryInfo destination, string fileSpec ) : void

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( string path ) : void
path string
리턴 void

Create() 공개 메소드

public Create ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Directory() 공개 메소드

public Directory ( string path ) : System.Collections.Generic
path string
리턴 System.Collections.Generic

Empty() 공개 메소드

public Empty ( ) : void
리턴 void

GetFiles() 공개 메소드

public GetFiles ( string fileSpec ) : List
fileSpec string
리턴 List

GetSubDirectories() 공개 메소드

public GetSubDirectories ( string fileSpec ) : List
fileSpec string
리턴 List