.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 |
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 _ |
C# |
|---|
public bool FolderExists( string fullFolderName |
Visual C++ |
|---|
public: bool FolderExists( |
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