VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

RecurseFolderList

Scott Brown  (3 Submissions)   Files/File Controls/Input/Output   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This code is a modified version of ShowFolderList by Bruce Lindsay. (Thanx !!) This code will recursively parse a directory defined by an path parameter. My aim was to work around
the non-recursive nature of the dir function. Bruce's original code does that to one folder/child level. Mine now returns everything below a given path. You can still use getattr to define Folder or File attributes.

Inputs
foldername - "c:\temp"

Side Effects
No error trapping, untested on VB3/4

Rate RecurseFolderList (3(3 Vote))
RecurseFolderList.bas

RecurseFolderList Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters