X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/5366852335044c1e68a5c32548d3051cc943552f..289f6a146c0b2087607d8d8659531ea90142779a:/fatfs/doc/en/chdrive.html diff --git a/fatfs/doc/en/chdrive.html b/fatfs/doc/en/chdrive.html deleted file mode 100644 index 665e543..0000000 --- a/fatfs/doc/en/chdrive.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - -FatFs - f_chdrive - - - - -
-

f_chdrive

-

The f_chdrive function changes the current drive.

-
-FRESULT f_chdrive (
-  const TCHAR* path  /* [IN] Logical drive number */
-);
-
-
- -
-

Parameters

-
-
path
-
Specifies the logical drive number to be set as the current drive.
-
-
- - -
-

Return Values

-

-FR_OK, -FR_INVALID_DRIVE -

-
- - -
-

Description

-

The f_chdrive() function changes the current drive. The initial value of the current drive number is 0. Note that the current drive is retained in a static variable so that it also affects other tasks that using the file functions.

-
- -
-

QuickInfo

-

Available when _FS_RPATH >= 1 and _VOLUMES >= 2.

-
- - -
-

See Also

-

f_chdir, f_getcwd

-
- -

Return

- -