DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Saves the contents of all pages in pageList to ".txt" files in specified
directory. Each page is saved to separate file, the name of that file is constructed
from page title. Forbidden characters in filenames are replaced with their
Unicode numeric codes (also known as numeric character references or NCRs).
If the target file already exists, it is overwritten.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void SaveToFiles( string dirPath ) |
Parameters
- dirPath
- Type: System..::..String
The path and name of a directory (folder) to save files to.