Formats the provided folder path by adding a slash if needed.
Namespace: DotNetNuke.Common.UtilitiesAssembly: 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.