![]() |
OpenMake Meister |
This method returns a list of files whose extensions match the list of patterns that were supplied as an argument. The return value can be a scalar or an array.
Example:
"$str = $flist->getExt( qw( .c .o ) )"
The return value will look like "file.c;file.o" on Windows type systems and "file.c:file.o" on Unix type systems.