PDA

View Full Version : Folders in library


Yungwie
03-02-2006, 11:59 AM
In my library I've a folder named 'Fonts'. I want to load the names of the fonts into a combobox. I use the addItem method of the combobox class, like this:

FontPicker.addItem("Arial");
FontPicker.addItem("Courier New");

But how can I get the names of the fonts inside that folder without typing in one by one? Is there any array containing the objects of the library?