Formats the provided folder path by adding a slash if needed.

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual string FormatFolderPath(
	string folderPath
)
Visual Basic
Public Overridable Function FormatFolderPath ( 
	folderPath As String
) As String

Parameters

folderPath
Type: System..::..String
The folder path to format.

Return Value

The formatted path.

Implements

IPathUtils..::..FormatFolderPath(String)

See Also