Mail Archives: djgpp/1997/09/30/18:47:26
On Sat, 27 Sep 1997 19:54:42 -0400, jb AT netcom DOT ca wrote:
> I was wondering, what code would I need to make a C program, perform DOS
> level functions?
> Such as: create a directory, copy files from disk drive to hard drive,
> delete files etc.
I'm not sure if I understand what you mean by "DOS level functions" -
are the C functions mkdir(), link() and unlink() what you're searching
for? You can find their description in the libc reference; type
info libc al mkdir
and so on.
Regards...
Michael
- Raw text -