Determines if the directory in the given path exists or not.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static bool Exists( string path ) |
| Visual Basic |
|---|
Public Shared Function Exists ( _ path As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool Exists( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to directory to test.
Return Value
[Missing <returns> documentation for "M:Composite.Core.IO.C1Directory.Exists(System.String)"]