RFBUTTON.PadFileName

BSTR PadFileName(short nDex)

Function PadFileName(nDex As Integer) As String

Name of a file in the filenames array.

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

Parameters

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

Remarks
The files are created by the PadStore function, and deleted by the DeletePadFile function.
The file array is built by the ListPadFiles function.
The number of Pad files may be accessed by PadFileCount.
The filename may be accessed through this function (PadFileName).

Example

See also    RFBUTTON, PadStore, DeletePadFile, ListPadFiles, PadFileCount