Get actual path to a folder in the specified folder mapping

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected virtual string GetActualPath(
	FolderMappingInfo folderMapping,
	string folderPath
)
Visual Basic
Protected Overridable Function GetActualPath ( 
	folderMapping As FolderMappingInfo,
	folderPath As String
) As String

Parameters

folderMapping
Type: DotNetNuke.Services.FileSystem..::..FolderMappingInfo
The folder mapping
folderPath
Type: System..::..String
The folder path

Return Value

A windows supported path to the folder

See Also