Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10917961091796 fs_mv Anchor10917971091797Move files.anchor10928251092825

Usages

...

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

Arguments

...

source_entry Anchor10995651099565

Source entry path.

...

dest_entry Anchor10995661099566

Destination entry path.

Anchor10918051091805dest_diranchor10995671099567

Destination directory path.

...

Output

...

1091807None. Anchor10935251093525

Required Configuration

...

Available only if FS_SHELL_CFG_MV_EN is DEF_ENABLED and FS_CFG_RD_ONLY_EN is DEF_DISABLED.anchor10937331093733

Notes/Warnings

...

  1. 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.

...

  1. 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.

...

  1. 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.