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

Syntax

C#
bool FileExists(
	Guid guid,
	Object cookie
)
Visual Basic
Function FileExists ( _
	guid As Guid, _
	cookie As Object _
) As Boolean
Visual C++
bool FileExists(
	Guid guid, 
	Object^ cookie
)

Parameters

guid
Type: System..::..Guid
cookie
Type: System..::..Object

See Also