Determins if the given file exists or not.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
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 the file.