Atari ST series Technical Reference Manual page 276

Hide thumbs Also See for ST series:
Table of Contents

Advertisement

Ddelete()
Used to delete a subdirectory, provided that it contains no files.
C macro format
int status;
char ^pathname;
status = Ddelete(pathname);
Machine language format
move.l
pathname, - (sp)
move.w
#$3A, - (sp)
#1
trap
#6,sp
addq.l
Inputs
pathname
long
Results
DO
status
word
See also
Dcreate()
268
Ddelete
Delete Directory
A pointer to a null-terminated ASCII di­
rectory path string (for instance,
D1R).
A 0 means that the directory was deleted without
problem, otherwise a negative GEMDOS error num­
ber is returned.
Opcode = 58 ($3A)
C:\NEW-

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents