.NET Framework Class Library
File.FolderExists Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FolderExists Method

Checks if the assigned folder name exists.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function FolderExists ( _

fullFolderName As String _
) As Boolean

C#

public bool FolderExists(

string fullFolderName
)

Visual C++

public:

bool FolderExists(
String^ fullFolderName
)

JavaScript

function folderExists(fullFolderName);

Parameters

fullFolderName

Type: System.String
name of the folder to check

Return Value

TRUE if the folder exists, FALSE otherwise

Remarks

See Also

File Class

File Members

MwPDMApi Namespace