This class is very similar to the BigInfo class in bigfiles.py see Section 7.4, “class BigInfo: The PathInfo
subclass”. It too inherits from the
PathInfo class.
#================================================================
# Functions and classes
#----------------------------------------------------------------
# - - - - - c l a s s O l d I n f o - - - - -
class OldInfo(pathinfo.PathInfo):
"""Represents information about one file; sorts by mod time.
"""