XOPENDIR
Description
Open a folder
Input
A & X : string
Output
A : fd
Example 1 : Openfolder /bin
.include "telestrat.inc"
ldx #$00 ; XOPENDIR Mode
lda #<opendir
ldy #>opendir
BRK_TELEMON $2F
cmp #$FF
bne @ok
cpx #$FF
bne @ok
print str_error
rts
@ok:
; Save ptr
rts
opendir:
asciiz "/bin"
XOPENDIR is in beta mode and close current open file : it brokes any fopen files.
Last update:
2024-02-15