Function dokan::notify_rename [−][src]
#[must_use]pub fn notify_rename(
old_path: impl AsRef<U16CStr>,
new_path: impl AsRef<U16CStr>,
is_dir: bool,
is_same_dir: bool
) -> bool
Notifies Dokan that a file or directory has been renamed.
is_same_dir
indicates if the new file or directory is in the same directory as the old one.
Returns true
on success.