Get actual path to an IFileInfo

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

Syntax

C#
protected virtual string GetActualPath(
	IFileInfo file
)
Visual Basic
Protected Overridable Function GetActualPath ( 
	file As IFileInfo
) As String

Return Value

A windows supported path to the file

See Also