| Description
| This function sets the default drive, the drive that is choosen when no drive name is specified in the file name.
For instance when the ANSI function fopen is called as follows: fopen("test.dat","w"), a file is created on the drive that
is specified with this function. When fopen is called as follows: fopen("a:test.dat","w"), the drive specified with this function is overruled, and the A-drive (the RAM disk) is choosen.
When this function is never called, the internal SD card is used as default drive.
|