C# 클래스 Mapper.Decompression.GzipExtractor

파일 보기 프로젝트 열기: PropaneDragon/Cimtographer

공개 메소드들

메소드 설명
ExtractZippedFolder ( string sourceFolder, string destinationFolder ) : bool
RemoveAllChangedNames ( string sourceFolder, string destinationFolder, string extensionToRemove ) : bool

비공개 메소드들

메소드 설명
ClearDestinationFilesAndDirectories ( string path, bool topLevel = true ) : void
CreateDirectoriesRelative ( string sourcePath, string newPath ) : void

메소드 상세

ExtractZippedFolder() 공개 정적인 메소드

public static ExtractZippedFolder ( string sourceFolder, string destinationFolder ) : bool
sourceFolder string
destinationFolder string
리턴 bool

RemoveAllChangedNames() 공개 정적인 메소드

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