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.TestAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)