DotNetWikiBot Framework Documentation

Overload List

  NameDescription
Public methodSaveToFile()()()()
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).
Public methodSaveToFile(String)
Saves page text to the specified file. If the target file already exists it is overwritten.

See Also