From 5630b9308323c3f3aaa09be8fe0f3aecaa826473 Mon Sep 17 00:00:00 2001 From: Leo C. Date: Sun, 30 Jun 2024 09:37:28 +0200 Subject: Import fatfs R0.15 --- fatfs/documents/doc/getcwd.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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.

-- cgit v1.2.3