Andy McFadden wrote:
The way I addressed this in CiderPress was to convert from the file's
ordering to "physical" and then "physical" to the requested sector in
the current mode. If you can convert ProDOS blocks to physical sector
numbers, and DOS sector numbers to physical sector numbers, then you can
convert between ProDOS blocks and DOS sectors with two calculations.
I think, for my purposes, I could make do with a server-side (in the
ADT sense) converter from .po to .do and back again. (I would then
always assume .po at the Apple end.) Would NufxLib be my solution to
do the conversion? Not that rearranging sectors would be all that
hard, but if there were a ready-made solution...