Get actual path to a file

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

Syntax

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

Parameters

folderMapping
Type: DotNetNuke.Services.FileSystem..::..FolderMappingInfo
Folder Mapping of the folder
folderPath
Type: System..::..String
Folder Path where the file is contained
fileName
Type: System..::..String
Name of the file

Return Value

A windows supported path to the file

See Also