summaryM:DotNetNuke.Services.FileSystem.Internal.IFile.Exists(System.String)

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

Syntax

C#
bool Exists(
	string path
)
Visual Basic
Function Exists ( 
	path As String
) As Boolean

Parameters

path
Type: System..::..String
parampathM:DotNetNuke.Services.FileSystem.Internal.IFile.Exists(System.String)

Return Value

returnsM:DotNetNuke.Services.FileSystem.Internal.IFile.Exists(System.String)

See Also