Determins if the given file 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 the file.