FilesForDID:
PROC [
DID]
RETURNS [contents, attributes, links: YggDummyFile.Handle];
Get the file objects for the DID. Any or all of these objects may be NIL. For objects with few links, the links are stored in the attributes. For objects with small contents, the contents are stored in the attributes. If there are no attributes, there is no file for them.