setdisk()                Set Current Disk Drive
 
 #include   <dir.h>
 
 int        setdisk(drive);
 int        drive;                       New drive
 
    setdisk() sets the current drive to the one associated with 'drive'
    (0 = A, 1 = B, etc.).  This is equivalent to DOS function 0x0E.
 
    Returns:    The total number of drives available.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster