M
Martin
Hi,
I have been working on a function to iterate through folders and build a
tree using recurion.
This works well enough, However I am having trouble working out how to
iterate
1. A drive (for example my C:// drive)
2. A UNC path
for example I can iterate a dir using the following syntax, however I am
unable to locate similar syntax for
either of the two options above.
For Each odir In dir.GetDirectories
Next
If anybody knows of code to do this (iterate drives and UNC paths) I would
appreciate some advice.
any help or pointers to articles of interest is appreciated.
many thanks in advance.
martin.
I have been working on a function to iterate through folders and build a
tree using recurion.
This works well enough, However I am having trouble working out how to
iterate
1. A drive (for example my C:// drive)
2. A UNC path
for example I can iterate a dir using the following syntax, however I am
unable to locate similar syntax for
either of the two options above.
For Each odir In dir.GetDirectories
Next
If anybody knows of code to do this (iterate drives and UNC paths) I would
appreciate some advice.
any help or pointers to articles of interest is appreciated.
many thanks in advance.
martin.