C# 클래스 DBEngine.Folder

파일 보기 프로젝트 열기: hujiulin/WorldWind_DataVisualization

공개 메소드들

메소드 설명
Folder ( string folderName ) : System

Initial a folder

GetAllFilesInFolders ( ) : List

Get all files in folder and sub folder

GetAllFilesInFoldersWithExtension ( string ext ) : List

Get all files with specified extension in folder and sub folder

unRAR ( string unRarPatch, string rarPatch, string rarName ) : string

unrar

unRARAll ( ) : void

메소드 상세

Folder() 공개 메소드

Initial a folder
public Folder ( string folderName ) : System
folderName string
리턴 System

GetAllFilesInFolders() 공개 메소드

Get all files in folder and sub folder
public GetAllFilesInFolders ( ) : List
리턴 List

GetAllFilesInFoldersWithExtension() 공개 메소드

Get all files with specified extension in folder and sub folder
public GetAllFilesInFoldersWithExtension ( string ext ) : List
ext string
리턴 List

unRAR() 공개 메소드

unrar
public unRAR ( string unRarPatch, string rarPatch, string rarName ) : string
unRarPatch string
rarPatch string
rarName string
리턴 string

unRARAll() 공개 메소드

public unRARAll ( ) : void
리턴 void