Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!tank!uwvax!puff!cat17!blochowi From: blochowi@cat17.CS.WISC.EDU (Jason Blochowiak) Newsgroups: comp.sys.apple Subject: Re: file subtypes Keywords: fragmentation, subtype, auxtype Message-ID: <2232@puff.cs.wisc.edu> Date: 6 Feb 89 19:40:35 GMT References: <8902042134.aa05061@SMOKE.BRL.MIL> Sender: news@puff.cs.wisc.edu Reply-To: blochowi@cat17.CS.WISC.EDU (Jason Blochowiak) Organization: U of Wisconsin CS Dept Lines: 7 I don't think it'd be acceptable to have a splitter that lost the auxtype of a file, especially given that Executioner preserves it... Why don't you just have the first segment of the file hold the original auxtype? That way, your re-segmenter could just suffix all segments past the first to the first segment. Also, the splitter could just duplicate the auxtype for the first segment, and ignore the rest. Make sense?