C# Class DBEngine.Folder

Afficher le fichier Open project: hujiulin/WorldWind_DataVisualization

Méthodes publiques

Méthode 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 méthode

Initial a folder
public Folder ( string folderName ) : System
folderName string
Résultat System

GetAllFilesInFolders() public méthode

Get all files in folder and sub folder
public GetAllFilesInFolders ( ) : List
Résultat List

GetAllFilesInFoldersWithExtension() public méthode

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

unRAR() public méthode

unrar
public unRAR ( string unRarPatch, string rarPatch, string rarName ) : string
unRarPatch string
rarPatch string
rarName string
Résultat string

unRARAll() public méthode

public unRARAll ( ) : void
Résultat void