pub unsafe extern "C" fn svn_io_file_move(
from_path: *const c_char,
to_path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Move the file from @a from_path to @a to_path, even across device boundaries. Overwrite @a to_path if it exists.
@note This function is different from svn_io_file_rename in that the latter fails in the ‘across device boundaries’ case.
@since New in 1.3.