DotNetWikiBot Framework Documentation
Saves text to the ".txt" file in current directory. Use Directory.SetCurrentDirectory() function to change the current directory (but don't forget to change it back after saving file). The name of the file is constructed from the title of the article. Forbidden characters in filenames are replaced with their Unicode numeric codes (also known as numeric character references or NCRs).

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public void SaveToFile()

See Also