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
)
Private Function CheckPath (
pPath As String
) As String
Parameters
- pPath
- Type: SystemString
Directory as check
Return Value
Type:
StringIf exist then empty string. If not exist then gives text "created" back
See Also