[go: up one dir, main page]

[][src]Function wasi::wasi_unstable::path_rename

pub fn path_rename(
    old_fd: fd_t,
    old_path: &[u8],
    new_fd: fd_t,
    new_path: &[u8]
) -> errno_t