C# Class Mapper.Decompression.GzipExtractor

Mostra file Open project: PropaneDragon/Cimtographer

Public Methods

Method Description
ExtractZippedFolder ( string sourceFolder, string destinationFolder ) : bool
RemoveAllChangedNames ( string sourceFolder, string destinationFolder, string extensionToRemove ) : bool

Private Methods

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

Method Details

ExtractZippedFolder() public static method

public static ExtractZippedFolder ( string sourceFolder, string destinationFolder ) : bool
sourceFolder string
destinationFolder string
return bool

RemoveAllChangedNames() public static method

public static RemoveAllChangedNames ( string sourceFolder, string destinationFolder, string extensionToRemove ) : bool
sourceFolder string
destinationFolder string
extensionToRemove string
return bool