.NET Framework Class Library
File.FileExists Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public bool FileExists( string fullFileName |
Visual C++ |
|---|
public: bool FileExists( |
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