Returns an array object containing a list of the files for the given filename filter in the directory represented by the specified file object.
Syntax
list( file )
file.list( )
Parameters
Returns
listarray
|
containing a list of files the the file object.
|
Example
directory = fh.list( )
|