Add a backslash to a path if it's does not end with.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function IncludeTraillingSlash ( _
	path As String _
) As String
C#
public static string IncludeTraillingSlash(
	string path
)

Parameters

path
Type: System..::..String

Return Value

See Also