C# Class Blacker.Scraper.DownloadFormats.FolderDownloadFormat

Inheritance: BaseDownloadFormat, IDownloadFormatProvider
Show file Open project: blacker-cz/MangaScraper

Public Methods

Method Description
SaveDownloadedChapter ( IChapterRecord chapter, DirectoryInfo downloadedFiles, string outputFolder, string &path ) : void

Private Methods

Method Description
DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs ) : void

Method Details

SaveDownloadedChapter() public method

public SaveDownloadedChapter ( IChapterRecord chapter, DirectoryInfo downloadedFiles, string outputFolder, string &path ) : void
chapter IChapterRecord
downloadedFiles System.IO.DirectoryInfo
outputFolder string
path string
return void