Struct shell_rs::mv::Options [−][src]
pub struct Options {
pub force: bool,
pub strip_trailing_slashes: bool,
pub no_target_directory: bool,
pub update: bool,
}Fields
force: boolOverwrite existing files.
strip_trailing_slashes: boolRemove any trailing slashes from src argument.
no_target_directory: boolTreat dest as a normal file.
update: boolMove only when the src file is newer than the destination file
or when the destination file is missing.