Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

fs_mv

Move files.

Usages

fs_mv [source_entry] [dest_entry]
fs_mv [source_entry] [dest_dir]

Arguments

source_entry

Source entry path.

dest_entry

Destination entry path.

dest_dir

Destination directory path.

Output

None.

Required Configuration

Available only if FS_SHELL_CFG_MV_EN is DEF_ENABLED and FS_CFG_RD_ONLY_EN is DEF_DISABLED.

Notes/Warnings

In the first form of this command, the second argument must not be an existing directory. The file source_entry will be renamed dest_entry.

In the second form of this command, the second argument must be an existing directory. source_entry will be renamed to an entry with name formed by concatenating dest_dir, a path separator character and the final component of source_entry.

In both forms, if source_entry is a directory, the entire directory tree rooted at source_entry will be copied and then deleted. Additionally, both source_entry and dest_entry or dest_dir must specify locations on the same volume.

  • No labels