Next: , Previous: , Up: file commands   [Contents][Index]


6.2.5 Moving files

Function: mbfl_file_enable_move

Declare the commands required to move files and directories. Declaring the intention to use a program

The programs are: mv.

Function: mbfl_file_move source target ?…?

Move the source, a file or directory, to target, a pathname. Additional arguments are handed to the command unchanged.

If source does not exist, or if it is not readable, an error is generated and the return value is 1. If target exists an error is generated and the return value is 1.

Function: mbfl_file_move_to_directory source target ?…?

Move the source, a file or directory, into the directory target. Additional arguments are handed to the command unchanged.

If source does not exist, or if it is not readable, an error message is generated and the return value is 1. If target does not exist or it is not a directory: an error is generated and the return value is 1.


Next: , Previous: , Up: file commands   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.