summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.FormatFolderPath(System.String)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by PathUtils.Instance.FormatFolderPath(string folderPath) ")]
public static string FormatFolderPath(
	string folderPath
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by PathUtils.Instance.FormatFolderPath(string folderPath) ")> 
Public Shared Function FormatFolderPath ( 
	folderPath As String
) As String

Parameters

folderPath
Type: System..::..String
paramfolderPathM:DotNetNuke.Common.Utilities.FileSystemUtils.FormatFolderPath(System.String)

Return Value

returnsM:DotNetNuke.Common.Utilities.FileSystemUtils.FormatFolderPath(System.String)

See Also