README.md
December 4, 2022 ยท View on GitHub
Description
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.
More Info
A pathname
A sorted array containing all the files or folders in the given pathname.
| Submitted On | 2000-01-21 14:12:00 |
| By | Kamilche |
| Level | Intermediate |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Miscellaneous |
| World | Visual Basic |
| Archive File | CODE_UPLOAD29791212000.zip |