Generate a path to afile in the test directory.

Declaration Syntax

Public Function CreateFileName( _
	ByVal fileName As String _
) As String
public string CreateFileName(
	string fileName
);
public: String CreateFileName(
	String fileName
);
public function CreateFileName(
	fileName : String
) : String;

Parameters

fileName
The name of the file whose path should be generated. 

Return Value

The full path to the file in the test directory

Requirements

Namespace: Eas.WebCrawler.Common.Test
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

TestDirectory Class | TestDirectory Members | Eas.WebCrawler.Common.Test Namespace