Returns true if a folder exists


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

Syntax

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

Parameters

folderName

See Also