X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/0f3b947bda5f34662a611272b9f12199e0da9aca..cf343962a20706fd6158ba1be469be93dccdfd9b:/fatfs/documents/doc/getcwd.html diff --git a/fatfs/documents/doc/getcwd.html b/fatfs/documents/doc/getcwd.html index d5eab61..6eb9a58 100644 --- a/fatfs/documents/doc/getcwd.html +++ b/fatfs/documents/doc/getcwd.html @@ -50,7 +50,7 @@ FRESULT f_getcwd (

Description

-

The f_getcwd function retrieves full path name of the current directory of the current drive. When FF_VOLUMES >= 2, a heading drive prefix is added to the path name. The style of drive prefix is depends on FF_STR_VOLUME_ID.

+

The f_getcwd function retrieves full path name of the current directory of the current drive. When FF_VOLUMES >= 2, a heading drive prefix is added to the path name. The style of drive prefix depends on FF_STR_VOLUME_ID.

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