DirectoryGetPath Method | |
Check path with ends \. If not then adds a \.
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 GetPath(
string pPath
)
Private Function GetPath (
pPath As String
) As String
Parameters
- pPath
- Type: SystemString
[Missing <param name="pPath"/> documentation for "M:SIC.Test.Helper.Directory.GetPath(System.String)"]
Return Value
Type:
StringPath with ends \
See Also