---------------------------------------------------------------------
CLASS: FileSetList --AP (modified to use RWGSlist by JKH)
PUBLIC METHODS:
FileSetList(size) - Constructor (defaults to room for ten)
error() - returns the error state of the list (inline)
clear() - shrinks the list and deallocates the list (inline)
append(ext) - appends an entry to the list
at(i) - accesses the ith entry in the list
remove(n) - removes the nth entry in the list
getCount() - returns the number of entries in the list (inline)
USAGE NOTES:
fsdSeqExtents is for internal use only.
----------------------------------------------------------------------