Get actual path to a folder

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

Syntax

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

Parameters

folder
Type: DotNetNuke.Services.FileSystem..::..IFolderInfo
The folder

Return Value

A windows supported path to the folder

See Also