Property | Type | Description | |
---|---|---|---|
logger | Logger |
Method | Description | |
---|---|---|
DeleteFile ( string filepath ) : void |
Deletes the specified file. If an exception occurs this is logged.
|
|
Download ( string url ) : bool |
Method | Description | |
---|---|---|
Download ( string url, long startPosition, int timeout ) : DownloadStatus |
protected DeleteFile ( string filepath ) : void | ||
filepath | string | the file path. |
return | void |