Manager..::..FileExists Method

Files the exists.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public bool FileExists(
	string FileName
)
Public Function FileExists ( _
	FileName As String _
) As Boolean
public:
bool^ FileExists(
	String^ FileName
)

Parameters

FileName
Type: String
Name of the file.

Return Value

true if XXXX, false otherwise.