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