VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Directory and file enumeration

Alex Wolfe  (2 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

ListSubDirs:
Lists names of all directories found under a given path. (Does not search recursively)
ListFiles:
Lists names of all files found under a given path. (Does not search recursively)

Inputs
Path = path to directory under which you would like to scan.

Assumes
These are standalone functions.

Returns
Array of directories, or files found under path argument.

Rate Directory and file enumeration (2(2 Vote))
Directory and file enumeration.bas

Directory and file enumeration Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters