|
-
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!
-
Jul 9th, 2017, 08:50 AM
#2
Re: Can a filelist box have more than one path added to it?
A file list box is used to list files at a given location.
No you can not use more than one path at the same time.
You can change path at any time but the list will show the files at the current path.
If you want to show files from more than one location the you would need to use a standard list box and fill it yourself.
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
|