X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/289f6a146c0b2087607d8d8659531ea90142779a..976db69ffa80c4d499e53f6f22c26d784fdac0a1:/fatfs/documents/doc/getcwd.html?ds=sidebyside 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.