<> <> <> DIRECTORY BasicTime, DFUtilities, FileSets, IO, RedBlackTree, Rope, TextReplace, ViewerClasses; MoreFileSets: CEDAR DEFINITIONS = {OPEN FileSets; <> IsArchived: PROC [--caches current BTree--] RETURNS [Filter]; <> FromArchiveMsg: PROC [date: GMT, which: ArchiveWhich, ids: IdentificationScheme _ []] RETURNS [fs: FileSet]; EnumArchiveMsg: PROC [date: GMT, to: FileConsumer, which: ArchiveWhich, ids: IdentificationScheme _ []]; ArchiveWhich: TYPE = {archive, online}; FromArchivist: PROC [pattern: ROPE, created: GMT _ noGMT, ids: IdentificationScheme _ []] RETURNS [fs: FileSet]; <... format, not slashy format.>> EnumArchivist: PROC [pattern: ROPE, to: FileConsumer, created: GMT _ noGMT, ids: IdentificationScheme _ []]; <... format, not slashy format.>> }.