
Getting filenames from directory structure
I may be missing something, but have you tried a file list box. All you do
is set the path property and your there.
Quote:
> Let me revise:
> I am using VB5EE, and the listbox isn't required (I can use the TreeView,
a
> variable, etc.). All of the files will be stored in directories under a
> set hierarchy, ie:
> \\webserver\f$\inetpub\wwwroot\
> I was thinking a Do...While loop with Dir, but I can't figure it out.
Any
> help would be appreciated.
> Thanks.
> Robert
> : I need to populate a listbox with the name of every file under a
> specified
> : directory, ie:
> :
> : \\server\app\parts\comp\default.htm
> : \\server\app\parts\other\default.htm
> : etc, etc.
> :
> : Does anyone know how to do this?
> :
> : Please post and email.
> : --
> : } // Robert
> : * "The opinions expressed herein are solely the author's and are not
> : necessarily the opinions of USAA"
> :