Get actual path to a file in specified folder

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

Syntax

C#
protected virtual string GetActualPath(
	IFolderInfo folder,
	string fileName
)
Visual Basic
Protected Overridable Function GetActualPath ( 
	folder As IFolderInfo,
	fileName As String
) As String

Parameters

folder
Type: DotNetNuke.Services.FileSystem..::..IFolderInfo
The folder that contains the file
fileName
Type: System..::..String
The file name

Return Value

A windows supported path to the file

See Also