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

Syntax

C#
public virtual bool FileExists(
	string dirpath,
	string filename
)
Visual Basic
Public Overridable Function FileExists ( _
	dirpath As String, _
	filename As String _
) As Boolean
Visual C++
public:
virtual bool FileExists(
	String^ dirpath, 
	String^ filename
)

Parameters

dirpath
Type: System..::..String
filename
Type: System..::..String

See Also