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