#include <dir.h> int setdisk(int drive);
This function sets the current disk (0=A).
See section getdisk
The total number of possible drives.
not ANSI, not POSIX
printf("There are %d drives\n", setdisk(getdisk()));
Go to the first, previous, next, last section, table of contents.