Click or drag to resize
PathEnsureEndSlash Method
Ensures that path ends with a DirectorySeparatorChar.

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

Parameters

path
Type: SystemString
Path to convert

Return Value

Type: String
See Also