C# 클래스 Microsoft.Research.DataOnboarding.Utilities.ZipFileHelper

Helper for Zip functionality.
파일 보기 프로젝트 열기: CDLUC3/dataup2

공개 메소드들

메소드 설명
GenerateFileList ( string inputDirectory ) : ArrayList

Generate file List

SaveAsZipFile ( string inputFolderPath, string targetFileName ) : void

Creates a zip file on local and send the path.

ZipFiles ( string inputFolderPath ) : Stream

Creates Zip file

메소드 상세

GenerateFileList() 공개 정적인 메소드

Generate file List
public static GenerateFileList ( string inputDirectory ) : ArrayList
inputDirectory string Directory input
리턴 System.Collections.ArrayList

SaveAsZipFile() 공개 정적인 메소드

Creates a zip file on local and send the path.
public static SaveAsZipFile ( string inputFolderPath, string targetFileName ) : void
inputFolderPath string Input path to zip.
targetFileName string
리턴 void

ZipFiles() 공개 정적인 메소드

Creates Zip file
public static ZipFiles ( string inputFolderPath ) : Stream
inputFolderPath string Folder to zip
리턴 System.IO.Stream