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

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
protected virtual string EnsurePathBackSlashInternal(
	string path
)

Parameters

path
Type: SystemString
Path to ensure

Return Value

Type: String
See Also