Previous Topic: DetectNext Topic: DirectoryExists


Detection

Detection

Denotes the Detection function. This is the first function called by the application. The Detect command (described previously) and Option commands should appear in this function.

Usage:
function Detection()
{
// detection statements
}