Create an array containing files matching a file spec
──────────────────────────────────────────────────────────────────────────────
Syntax
H_GetFiles( cDrive , cPath , cFileSpec )
Arguments:
cDrive - Drive to use
cPath - Path to use
cFileSpec - File spec to find
Returns:
A sorted array of file names
Description:
Finds all files in the given path and returns them in a sorted array
Examples:
Header File: H_LIB52.CH
Source: GETFILES.PRG
Author: Martin Colloby