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 LongDLL
int DLAddToFileList(int InstanceID, wchar_t * ListName, wchar_t * FileName);Parameters
| ListName | The name of the file list to work with |
|---|---|
| FileName | The file name to add to the list. |