|
-
Jul 9th, 2017, 01:00 AM
#1
Thread Starter
PowerPoster
Can a filelist box have more than one path added to it?
Hi there folks! I am updating a spell a word app that uses mp3 file in a filelist box. I would like to add more customization for teachers, so if they only want to use certain words, they select them from a checklist. Anyway that means the different catergories they pick from are subfolders instead of one big folder.
Right now, it is simple, the path to the filelistbox is...
ListOfMP3.Path = App.Path & "\ResourceFiles\MP3Files"
However, if a teacher wants to use word families that have "at" and "and" in them, I would like the filelistbox to add both paths which in this case would be...
App.Path & "\ResourceFiles\MP3Files\ATEWordFamily"
App.Path & "\ResourceFiles\MP3Files\ANDWordFamily"
I hope that makes sense. Has anyone worked with filelistboxes recently? Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|