VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

SortFiles

Kamilche  (35 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Given a pathname, the class in this program returns a sorted list of directories or filenames in a string array, without the use of the drivelistbox, dirlistbox, or filelistbox controls.
This program illustrates several important programming concepts, including quicksort, passing arrays to and from procedures, and handling undimensioned arrays. In addition, it's very easy to use.

Inputs
A pathname

Returns
A sorted array containing all the files or folders in the given pathname.

Rate SortFiles (3(3 Vote))

Download SortFiles

SortFiles Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters