...
Anchor
Usages
...
fs_cp [source_file] [dest_file]
Anchor
Arguments
...
source_file
Anchor
Source file path.
...
dest_file
Destination file path.
...
dest_dir
Destination directory path.
...
...
Output
...
Required Configuration
...
FS_SHELL_CFG_CP_EN
is DEF_ENABLED
and FS_CFG_RD_ONLY_EN
is DEF_DISABLED
.Notes/Warnings
...
- In the first form of this command, neither argument may be an existing directory. The contents of
source_file
will be copied to a file nameddest_file
located in the same directory assource_file
.
...
- In the second form of this command, the first argument must not be an existing directory and the second argument must be an existing directory. The contents of
source_file
will be copied to a file with name formed by concatenatingdest_dir
, a path separator character and the final component ofsource_file
.