Click or drag to resize

DirectoryCheckPath Method

Check exists path (directory). If not exist then create directory and gives text "created" back.

Namespace:  SIC.Test.Helper
Assembly:  SIC.Test.Helper (in SIC.Test.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private string CheckPath(
	string pPath
)

Parameters

pPath
Type: SystemString
Directory as check

Return Value

Type: String
If exist then empty string. If not exist then gives text "created" back
See Also