alias FileInfo for filtering.
A specific file representation.
Operations upon a set of files.
Supports a model a bit like CSS selectors, where a selection of operands is made before applying some operation. For example:
Handler for folder operations. Needs some work ...
Operations upon a set of folders.
Would be used for things like zip files, where the implementation mantains the contents in memory or on disk, and where the actual zip file isn't/shouldn't be written until one is finished filling it up (for zip due to inefficient file format).
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2007 Tango contributors. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Jul 2007: Initial version