summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.FormatFolderPath(System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: 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)