C# Class Mapper.Decompression.GzipExtractor

Afficher le fichier Open project: PropaneDragon/Cimtographer

Méthodes publiques

Méthode Description
ExtractZippedFolder ( string sourceFolder, string destinationFolder ) : bool
RemoveAllChangedNames ( string sourceFolder, string destinationFolder, string extensionToRemove ) : bool

Private Methods

Méthode Description
ClearDestinationFilesAndDirectories ( string path, bool topLevel = true ) : void
CreateDirectoriesRelative ( string sourcePath, string newPath ) : void

Method Details

ExtractZippedFolder() public static méthode

public static ExtractZippedFolder ( string sourceFolder, string destinationFolder ) : bool
sourceFolder string
destinationFolder string
Résultat bool

RemoveAllChangedNames() public static méthode

public static RemoveAllChangedNames ( string sourceFolder, string destinationFolder, string extensionToRemove ) : bool
sourceFolder string
destinationFolder string
extensionToRemove string
Résultat bool