Constructrs a TestDirectory from the full path where the directory will be created.

Declaration Syntax

Public Sub New( _
	ByVal directoryName As String _
)
public TestDirectory(
	string directoryName
);
public: TestDirectory(
	String directoryName
);
public function TestDirectory(
	directoryName : String
);

Parameters

directoryName
The full path to where the temporary directory will be created. 

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