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

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

Parameters

path
Type: SystemString
Path to ensure

Return Value

Type: String
See Also