C# Class DBEngine.Folder

Show file Open project: hujiulin/WorldWind_DataVisualization

Public Methods

Method Description
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

Method Details

Folder() public method

Initial a folder
public Folder ( string folderName ) : System
folderName string
return System

GetAllFilesInFolders() public method

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

GetAllFilesInFoldersWithExtension() public method

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

unRAR() public method

unrar
public unRAR ( string unRarPatch, string rarPatch, string rarName ) : string
unRarPatch string
rarPatch string
rarName string
return string

unRARAll() public method

public unRARAll ( ) : void
return void