X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/4bc81323e51ac138e733c14eeb6f283ae706e904..b30c4e8f1aef96f6fdc93da9f125545f5f74d06e:/fatfs/doc/en/getcwd.html diff --git a/fatfs/doc/en/getcwd.html b/fatfs/doc/en/getcwd.html index df84287..52a7f3f 100644 --- a/fatfs/doc/en/getcwd.html +++ b/fatfs/doc/en/getcwd.html @@ -13,7 +13,7 @@

f_getcwd

-

The f_getcwd function retrieves the current directory.

+

The f_getcwd function retrieves the current directory and current drive.

 FRESULT f_getcwd (
   TCHAR* buff, /* [OUT] Buffer to return path name */
@@ -28,7 +28,7 @@ FRESULT f_getcwd (
 
buff
Pointer to the buffer to receive the current directory string.
len
-
Size of the buffer in unit of TCHAR.
+
Size of the buffer in unit of TCHAR.
@@ -50,7 +50,8 @@ FRESULT f_getcwd (

Description

-

The f_getcwd() function retrieves full path name of the current directory of the current drive. When _VOLUMES is larger than 1, a logical drive number is added to top of the path name.

+

The f_getcwd function retrieves full path name of the current directory of the current drive. When _VOLUMES is larger than 1, a logical drive number is added to top of the path name.

+

Note: In this revision, this function cannot retrieve the current directory path on the exFAT volume. It always returns the root directory path.