Returns a boolean indicating whether or not the file exists
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public bool Exists( Guid guid ) | 
| Visual Basic | 
|---|
| Public Function Exists ( _ guid As Guid _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool Exists( Guid guid ) | 
Parameters
- guid
- Type: System..::..Guid
 The GUID.
 
     
     
     
     
    