VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



SortFiles

by Kamilche (35 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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
Code Returns
A sorted array containing all the files or folders in the given pathname.

Rate SortFiles

Download SortFiles

Download SortFiles (3 KB)

SortFiles Comments

No comments have been posted about SortFiles. Why not be the first to post a comment about SortFiles.

Post your comment

Subject:
Message:
0/1000 characters