DotNetWikiBot Framework Documentation
Gets page titles and page texts from all ".txt" files in the specified directory (folder). Each file becomes a page. Page titles are constructed from file names. Page text is read from file contents. If any Unicode numeric codes (also known as numeric character references or NCRs) of the forbidden characters (forbidden in filenames) are recognized in filenames, those codes are converted to characters (e.g. "|" is converted to "|").

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

Syntax

C#
public void FillAndLoadFromFiles(
	string dirPath
)

Parameters

dirPath
Type: System..::..String
The path and name of a directory (folder) to load files from.

See Also