ZipFileImpl.ListTreeFiltered Method

Moxiecode.FileManager

MCManager classes

ZipFileImpl.ListTreeFiltered Method 

Lists a tree of tiles within a directory by the specified filter.

public override IFile[] ListTreeFiltered(
   IFileFilter filter
);

Parameters

filter
Instance to filter by.

Return Value

Returns a filtered list of files.

Implements

IFile.ListTreeFiltered

See Also

ZipFileImpl Class | Moxiecode.FileManager.FileSystems Namespace