Steve wrote:
> Hi Ed,
>
> "Ed" <
inv...@nospam.com> writes:
> >According to the MS-DOS docs, the following error codes
> >are generated when INT21 functions CREATE WRITE fail:
> >
> >Int 21 3C CREAT - errors 3, 4, 5
> >Int 21 40 WRITE - errors 5, 6
> >
> >So what happens when:
> >- there is no more directory space (CREAT)
>
> You get error 5, ACCESS_DENIED (MS-DOS 5.0 Programmer's
> Reference).
>
> >- there are no more disk blocks (WRITE)
> >
>
> You check register AX to find out how many bytes were actually
> written (ibid).
Thanks Steve. I'm implementing DOS-style file handling on a