summaryrefslogtreecommitdiff
path: root/include/osl/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/file.h')
-rw-r--r--include/osl/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index 309d6089cfb3..c9b917c6e204 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -1639,7 +1639,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_createTempFile(
Moves or renames a file, replacing an existing file if exist. If the old file existed,
moved file's metadata, e.g. creation time (on FSes which keep files' creation time) or
ACLs, are set to old one's (to keep the old file's identity) - currently this is only
- implemented on Windows; on other platforms, this is equivalent to osl_moveFile.
+ implemented fully on Windows; on other platforms, this is mostly equivalent to osl_moveFile.
@param[in] pustrSourceFileURL
Full qualified URL of the source file.