C# 클래스 CSL.DirectoryHandler

상속: System.ComponentModel.BackgroundWorker
파일 보기 프로젝트 열기: joslinm/CSL

공개 메소드들

메소드 설명
CreateEmptyDirectories ( List paths ) : void
DeleteFile ( FileInfo file ) : bool
DeleteFolder ( DirectoryInfo folder ) : bool
DeleteTempFolder ( ) : bool
DeleteZipFiles ( ) : void
DirectoryHandler ( ) : System
GetFileExists ( string file ) : bool
GetFileInfos ( string files ) : System.IO.FileInfo[]
GetHTMLLookUp ( string value ) : string
GetTorrentZips ( ) : string[]
GetTorrents ( ) : string[]
LogError ( string error ) : void
MoveFile ( FileInfo origin, DirectoryInfo dest ) : bool
MoveTorrentFile ( Torrent t ) : string
MoveZipFiles ( ) : void
UnzipFile ( string zipFile ) : string[]
UnzipFiles ( string zipFiles ) : List

보호된 메소드들

메소드 설명
OnDoWork ( DoWorkEventArgs e ) : void

메소드 상세

CreateEmptyDirectories() 공개 정적인 메소드

public static CreateEmptyDirectories ( List paths ) : void
paths List
리턴 void

DeleteFile() 공개 정적인 메소드

public static DeleteFile ( FileInfo file ) : bool
file System.IO.FileInfo
리턴 bool

DeleteFolder() 공개 정적인 메소드

public static DeleteFolder ( DirectoryInfo folder ) : bool
folder System.IO.DirectoryInfo
리턴 bool

DeleteTempFolder() 공개 정적인 메소드

public static DeleteTempFolder ( ) : bool
리턴 bool

DeleteZipFiles() 공개 정적인 메소드

public static DeleteZipFiles ( ) : void
리턴 void

DirectoryHandler() 공개 메소드

public DirectoryHandler ( ) : System
리턴 System

GetFileExists() 공개 정적인 메소드

public static GetFileExists ( string file ) : bool
file string
리턴 bool

GetFileInfos() 공개 정적인 메소드

public static GetFileInfos ( string files ) : System.IO.FileInfo[]
files string
리턴 System.IO.FileInfo[]

GetHTMLLookUp() 공개 정적인 메소드

public static GetHTMLLookUp ( string value ) : string
value string
리턴 string

GetTorrentZips() 공개 정적인 메소드

public static GetTorrentZips ( ) : string[]
리턴 string[]

GetTorrents() 공개 정적인 메소드

public static GetTorrents ( ) : string[]
리턴 string[]

LogError() 공개 정적인 메소드

public static LogError ( string error ) : void
error string
리턴 void

MoveFile() 공개 정적인 메소드

public static MoveFile ( FileInfo origin, DirectoryInfo dest ) : bool
origin System.IO.FileInfo
dest System.IO.DirectoryInfo
리턴 bool

MoveTorrentFile() 공개 정적인 메소드

public static MoveTorrentFile ( Torrent t ) : string
t Torrent
리턴 string

MoveZipFiles() 공개 정적인 메소드

public static MoveZipFiles ( ) : void
리턴 void

OnDoWork() 보호된 메소드

protected OnDoWork ( DoWorkEventArgs e ) : void
e System.ComponentModel.DoWorkEventArgs
리턴 void

UnzipFile() 공개 정적인 메소드

public static UnzipFile ( string zipFile ) : string[]
zipFile string
리턴 string[]

UnzipFiles() 공개 메소드

public UnzipFiles ( string zipFiles ) : List
zipFiles string
리턴 List