How do I get a directory in MSC?

Peter Fales psfales at ihlpl.UUCP
Mon Jun 30 09:58:57 AEST 1986


> Can anybody out there in net.land tell me how to get a directory on DOS 3.1
> using MS C 3.0?  I would like to write my own ls for DOS, but not knowing
> how to get a directory makes it rather difficult to write such a thing. :-)
>
Are you sure your C library does not have functions for this?  If not,
are there functions for doing DOS system calls?  Check out system calls
0x4E and 0x4F.

Peter Fales
ihnp4!ihlpl!psfales



More information about the Comp.lang.c mailing list