Returns the name of a non-existant file in the passed-in baseDirectory.

Declaration Syntax

Function GetFileName( _
	ByVal request As Request, _
	ByVal baseDirectory As DirectoryInfo _
) As String
string GetFileName(
	Request request, 
	DirectoryInfo baseDirectory
);
String GetFileName(
	Request request, 
	DirectoryInfo baseDirectory
);
function GetFileName(
	request : Request, 
	baseDirectory : DirectoryInfo
) : String;

Parameters

request
The Request for which a file name should be created. 
baseDirectory
The directory into which the file will be saved. 

Return Value

A file name that can be used to save the response for the passed-in request.

Requirements

Namespace: Eas.WebCrawler.PlugIns.FileNamers
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

FileNamer Interface | FileNamer Members | Eas.WebCrawler.PlugIns.FileNamers Namespace