Checks if a path exists and adds a slash on the end if there is not one

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string ParsePath(
	string path
)
Visual Basic (Declaration)
Public Shared Function ParsePath ( _
	path As String _
) As String
Visual C++
public:
static String^ ParsePath(
	String^ path
)

Parameters

path
Type: System..::.String
Directory path

Return Value

Parsed directory path

See Also