pub unsafe extern "C" fn aws_directory_or_file_move(
from: *const aws_string,
to: *const aws_string
) -> c_int
Expand description
Moves directory at from to to. Returns AWS_OP_SUCCESS if the operation was successful. Otherwise, aws_last_error() will contain the error that occurred.