How do I get a listbox to populate files from a certain folder without using file browse function. I want to user to hit load and then it will list all files in that folder. From there I have everything else worked out.
CoreyTL
Professional Software Development Tools
How do I get a listbox to populate files from a certain folder without using file browse function. I want to user to hit load and then it will list all files in that folder. From there I have everything else worked out.
CoreyTL
Use File.Find to populate a table with the files in that folder, then add the table contents to the listbox.
--[[ Indigo Rose Software Developer ]]