![]() | InDesign SDK 20.5 |
#include <SysFileList.h>
Public Member Functions | |
| SysFileList () | |
| ~SysFileList () | |
| virtual int32 | GetFileCount () const |
| virtual IDFile * | GetNthFile (int32 n) const |
| virtual void | AddFile (const IDFile *newFile) |
| virtual void | SortListByFilename () |
Class used to hold a list of file objects.
| SysFileList::SysFileList | ( | ) |
Default constructor. Constructs a SysFileList object.
| SysFileList::~SysFileList | ( | ) |
Destructor. Destroys the SysFileList object.
| virtual |
Adds a file to the list.
| newFile | IN File to add to the list. |
| virtual |
Returns the number of files in the list.
| virtual |
Returns the n'th file in the list.
| n | IN Index of the file to return from the list. |
| virtual |
Sorts the list alphabetically by filename(case insensitive)