Click or drag to resize
DirectoryHelperEnsurePathSlashInternal 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#
protected virtual string EnsurePathSlashInternal(
	string path
)

Parameters

path
Type: SystemString
Path to ensure

Return Value

Type: String
See Also