Returns a boolean indicating whether or not the file exists

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

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.

Return Value

See Also