Encog 1.1 for DotNet
ConvertFilename Method (basePath, url, mkdir)
NamespacesEncog.Bot.HTMLURLUtilityConvertFilename(String, Uri, Boolean)
Convert a filename for local storage. Also create the directory tree.
Declaration Syntax
C#Visual BasicVisual C++
public static string ConvertFilename(
	string basePath,
	Uri url,
	bool mkdir
)
Public Shared Function ConvertFilename ( _
	basePath As String, _
	url As Uri, _
	mkdir As Boolean _
) As String
public:
static String^ ConvertFilename(
	String^ basePath, 
	Uri^ url, 
	bool mkdir
)
Parameters
basePath (String)
The local path that forms the base of the downloaded web tree.
url (Uri)
The URL path.
mkdir (Boolean)
True if a directory structure should be created to support this file. Directories will only be created, if needed.
Return Value

[Missing <returns> documentation for M:Encog.Bot.HTML.URLUtility.ConvertFilename(System.String,System.Uri,System.Boolean)]

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)