https://issues.apache.org/bugzilla/show_bug.cgi?id=50317
--- Comment #48 from Yann Ylavic <[email protected]> --- apr/include.apr_file_io.h : /** * Rename the specified file. * [...] * @warning If a file exists at the new location, then it will be * overwritten. [...] */ APR_DECLARE(apr_status_t) apr_file_rename(const char *from_path, const char *to_path, apr_pool_t *pool); The warning is not platform specific, so it should work for all. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
