Up

FILEIniFind

Find a section or a key. Return 1 if the request is found.

Prototype :

fun [INIFile S] I

Return : I 1 if the request has been found in the ini tree, 0 if not found or nil if an error occurs

Example

	_fooId FILEIniFind ini "mysection";	//
	_fooId FILEIniFind ini "mysection:mykey";