FindAndOpenFolio

Finds a folio by name and opens it.

Synopsis

Item FindAndOpenFolio( const char *name )

Description

This macro finds a folio whose name matches the name argument. The search is not case-sensitive (that is, the kernel does not distinguish uppercase and lowercase letters in folio names). You can use this macro in place of FindAndOpenNamedItem() to find a folio and open it.

Arguments

name
The name of the folio to find.

Return Value

The macro returns the item number of the folio or an error code if an error occurs.

Implementation

Macro implemented in folio.h V24.

Associated Files

folio.h
ANSI C Macro

See Also

CallFolio(), CallFolioRet(), FindAndOpenNamedItem()