Namespace:
CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.6.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.6.0.0
Syntax
| C# |
|---|
public static bool FileExists( string path ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FileExists ( _ path As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool FileExists( String^ path ) |
Parameters
- path
- Type: System..::.String