Returns true if a file exists


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function fileExists( _ 
   ByVal pathFileName As String _ 
) As Boolean
C#
public abstract bool fileExists(
   string pathFileName
)
C++
public:
 bool fileExists(
   String pathFileName
) abstract 
J#
public abstract bool fileExists(
   string pathFileName
)
JScript
public abstract  function fileExists(
   pathFileName : String
) : bool

Parameters

pathFileName

See Also