From 70702af1370e44e32fb2c3c507e4759a187b4fe5 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 8 Sep 2016 19:15:27 +0200 Subject: Import fatfs R0.12b --- fatfs/doc/en/getcwd.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fatfs/doc/en/getcwd.html') diff --git a/fatfs/doc/en/getcwd.html b/fatfs/doc/en/getcwd.html index 045cce4..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 */
@@ -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.

-- cgit v1.2.3