getdisk() Get Current Drive
#include <dir.h>
int getdisk(void);
getdisk() gets the current drive.
Returns: The current drive is returned: 0 = A, 1 = B, 2 = C, etc.
Notes: This is equivalent to DOS function 19h.
See Also:getcurdir()setdisk()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson