Click or drag to resize
DirectoryHelperEnsurePathSlash Method
This method ensures that path will end with one DirectorySeparatorChar.

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

Parameters

path
Type: SystemString
Path to ensure

Return Value

Type: String
See Also