RFBUTTON.ListPadFiles

short ListPadFiles()

Function ListPadFiles() As Integer

Builds an array of Button Pad file names existing in the Client.

Return value
The number of files found or -1 if error.

Parameters

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

Example

See also    RFBUTTON, PadStore, DeletePadFile, PadFileName, PadFileCount