SortFiles

By | 2002-06-01

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.

Original Author: Kamilche

Inputs

A pathname

Returns

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

Attachments

FileUploadedSize
CODE_UPLOAD29791212000.zip9/3/2020 3:45:00 PM4042
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.