Skip to content

SIO Command $E5 Get Directory Position

Oscar Fowler edited this page Jul 25, 2020 · 3 revisions

Get Directory Position ($E5)

Description

The current directory stream position will be returned as a 16-bit unsigned value. The directory must have been previously opened with Open Directory. This value can subsequently be used in a call to Set Directory Position.

DAUX1 specifies the host slot to reference.

Parameters

DCB Value
DDEVIC $70
DUNIT $01
DCOMND $E5
DSTATS $40
DBUF pointer to a 2 byte buffer to store returned 16-bit index
DTIMLO 15
DBYT 2
DAUX1 host slot
DAUX2 0

Examples

See Also

  • Open Directory
  • Set Directory Position
Clone this wiki locally