diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-10 14:24:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-10 15:25:05 +0200 |
commit | d4ad516bc0607a1d84451dd3dc8811a4f801fa4c (patch) | |
tree | 89e59b91cac3be0465de5d7e3d31d07274814e4e | |
parent | 1fb87997031d6318ddf8ddf9714d2585a92f7667 (diff) |
Adapt osl_replaceFile documentation
...to eedf523c123a82bf3cbc5f389783e22d75b2e2c5 "tdf#127069 sal: preserve gid of
files in the unx osl_replaceFile()"
Change-Id: I47627418a9cd662802e4de3aa4cad4128af82ad4
Reviewed-on: https://gerrit.libreoffice.org/80606
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | include/osl/file.h | 2 | ||||
-rw-r--r-- | include/osl/file.hxx | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 528e24e7a11e..824cb7a3e904 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -1303,7 +1303,7 @@ public: 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] ustrSourceFileURL Full qualified URL of the source file. |