Function: finddirs

Syntax

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

Type

string

Returns

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

Parameters

Notes

Returned directory names include their full directory path (with '/' separators) and a '/' terminator.

Examples

In the following statement, all the directories in the file system containing mp3 files are returned.

string fdirs[] = findfiles('*.mp3')

See Also

Functions:

findfiles