Hi,
Let's say I am in directory C:\Test
This directory contains many different files including some H3D Files.
I want to create a list containing the names of these files only.
What is the best way to go about it?
Using 'ls' or 'system' can be used with the wildcards, but returns a lot of unwanted information as a string.
It is not very eays to filter this output.
I am looking for a command similar to 'glob' in TCL.
All I want is a list of files containing a specific extension to be returned.