.NET Framework Class Library
File.FileExists Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileExists Method

Check the existence of a file.

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

Syntax

Visual Basic

Public Function FileExists ( _

 fullFileName As String _
As Boolean

C#

public bool FileExists(

 string fullFileName
)

Visual C++

public:

bool FileExists(
 StringfullFileName
)

JavaScript

function fileExists(fullFileName);

Parameters

fullFileName

Type: System.String
full path file name

Return Value

TRUE if the file name exists, FALSE otherwise

Remarks

See Also

File Class

File Members

MwPDMApi Namespace