Function: findfiles

Syntax

findfiles (<wildname> {,<directory>})

Type

string

Returns

Files (or directories) in the local system matching a file name or wild pattern. The number of values returned is the number of files found.

Parameters

Notes

Returned file names include their full directory path (with '/' separators).

Examples

In the following statement, all the files in the file system named 'start.cmd' are returned.

string fnames[] = findfiles('start.cmd')

See Also

Functions:

finddirs