darkstarjk
MIS
I used to use VB about 5 years ago on a constant basis and I am trying to get back into it again so bare with me here.
I am trying to write an update program that will have sub directories that will vary. I don't want to place them in the registry or an .ini file since that seems like to much work for such a small amount of information neccessary.
The directory layout will be something like this:
<Main Dir>
|
|-<SubDir1>
|
|-<SubDir2>
I was wondering if there were some way to have it scan for the sub directories and then pass them to either a list box or an array so that I can use that information for additional coding.
I appreciate any help in advance.
I am trying to write an update program that will have sub directories that will vary. I don't want to place them in the registry or an .ini file since that seems like to much work for such a small amount of information neccessary.
The directory layout will be something like this:
<Main Dir>
|
|-<SubDir1>
|
|-<SubDir2>
I was wondering if there were some way to have it scan for the sub directories and then pass them to either a list box or an array so that I can use that information for additional coding.
I appreciate any help in advance.