RFMENU.MenuFileName

BSTR MenuFileName(short nDex)

Function MenuFileName(nDex As Integer) As String

Name of a file in the filenames array.

Return value
    The name (without extension) of the menu file.

Parameters

nDex
    Index in the local filenames array (0 based). Must be smaller than MenuFileCount.

Remarks
The files are created by the StoreMenu function, and deleted by the DeleteMenu function.
The file array is built by the ListMenuFiles function.
The number of menu files may be accessed by MenuFileCount.

Example

See also    RFMENU, StoreMenu, DeleteMenu, MenuFileCount, ListMenuFiles