The returned file names are appended to the supplied path parameter.
If there are no files, this method returns an empty array.
This method is identical to GetFiles with the asterisk (*) specified as the search pattern.
The path parameter is permitted to specify relative or absolute path information. Relative path information is interpreted as relative to the current working directory. To obtain the current working directory, see GetCurrentDirectory.
The order of the returned file names is not guaranteed; use the Sort()()() method if a specific sort order is required.
The path parameter is not case-sensitive.
For a list of common I/O tasks, see Common I/O Tasks.