given a list of files (or any string) and then maybe I want to sort them and maybe I don't.
string [] fileList;
... fill list
if (sort) {
Bob Tolbert via Digitalmars-d-learn Mon, 21 Jul 2014 10:36:42 -0700
given a list of files (or any string) and then maybe I want to sort them and maybe I don't.
string [] fileList;
... fill list
if (sort) {