DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
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: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void SaveToFile() |