AddToFileList

Miscellaneous functions

Description

Adds a file to a named file list. This file list can later be used with functions that will operate on all the files in the list.

Syntax

Delphi

function TPDFlib.AddToFileList(Const ListName, FileName: WideString): Integer;

ActiveX

Function PDFlib::AddToFileList(ListName As String, FileName As String) As Long

DLL

int DLAddToFileList(int InstanceID, wchar_t * ListName, wchar_t * FileName);

Parameters

ListNameThe name of the file list to work with
FileNameThe file name to add to the list.