From e90654b1a5c00d6ab648caf68f3cd1d187511680 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 26 Apr 2018 18:23:54 +0300 Subject: [PATCH] lib-fs: Update FS_METADATA_WRITE_FNAME comment --- src/lib-fs/fs-api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib-fs/fs-api.h b/src/lib-fs/fs-api.h index 84f53c149b..f70d6c8ec9 100644 --- a/src/lib-fs/fs-api.h +++ b/src/lib-fs/fs-api.h @@ -15,7 +15,8 @@ struct hash_method; #define FS_METADATA_OBJECTID FS_METADATA_INTERNAL_PREFIX"ObjectID" /* Calling this before fs_write_stream_finish() allows renaming the filename. This can be useful if you don't know the final filename before writing it - (e.g. filename contains the file size). */ + (e.g. filename contains the file size). The given filename must include the + full path also. */ #define FS_METADATA_WRITE_FNAME FS_METADATA_INTERNAL_PREFIX"WriteFilename" /* Original path of the file. The path that's eventually visible to a fs backend may be something different, e.g. object ID. This allows the backend -- 2.47.3