Method | Description | |
---|---|---|
CreateEmptyDirectories ( List |
||
DeleteFile ( |
||
DeleteFolder ( |
||
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 ( |
||
MoveTorrentFile ( Torrent t ) : string | ||
MoveZipFiles ( ) : void | ||
UnzipFile ( string zipFile ) : string[] | ||
UnzipFiles ( string zipFiles ) : List |
Method | Description | |
---|---|---|
OnDoWork ( |
public static CreateEmptyDirectories ( List |
||
paths | List |
|
return | void |
public static DeleteFile ( |
||
file | ||
return | bool |
public static DeleteFolder ( |
||
folder | ||
return | bool |
public static GetFileExists ( string file ) : bool | ||
file | string | |
return | bool |
public static GetFileInfos ( string files ) : System.IO.FileInfo[] | ||
files | string | |
return | System.IO.FileInfo[] |
public static GetHTMLLookUp ( string value ) : string | ||
value | string | |
return | string |
public static LogError ( string error ) : void | ||
error | string | |
return | void |
public static MoveFile ( |
||
origin | ||
dest | ||
return | bool |
public static MoveTorrentFile ( Torrent t ) : string | ||
t | Torrent | |
return | string |
protected OnDoWork ( |
||
e | ||
return | void |
public static UnzipFile ( string zipFile ) : string[] | ||
zipFile | string | |
return | string[] |