Click or drag to resize
PathEnsureEndBackslash Method
Ensures that path ends with backslash '\'

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static string EnsureEndBackslash(
	string path
)

Parameters

path
Type: SystemString
Path to convert

Return Value

Type: String
See Also