summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.StripFolderPath(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.StripFolderPath(string originalPath) ")]
public static string StripFolderPath(
	string strOrigPath
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by PathUtils.Instance.StripFolderPath(string originalPath) ")> 
Public Shared Function StripFolderPath ( 
	strOrigPath As String
) As String

Parameters

strOrigPath
Type: System..::..String
paramstrOrigPathM:DotNetNuke.Common.Utilities.FileSystemUtils.StripFolderPath(System.String)

Return Value

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

See Also