====== MOVE.FILE ====== ==== Purpose ==== Used to copy the contents of a file from one volume to another. ==== Arguments ==== ^Argument^Input/Output^Value^ |CODE|Input|14| | |Output|unchanged| |BFS|Input|BFS List| | |Output|unchanged| |HANDLE|Input|Target Media Map Handle| | |Output|unchanged| |NAME|Input|Target Filename| | |Output|unchanged| |FMC|Input|Source Media Map Handle| | |Output|unchanged| |RECORD|Input|Source Filename| | |Output|unchanged| |STATUS|Input|1| | |Output|returns true if file copied successfully| ==== Note ==== Because this is a BFS-level call, the target volume must use the same filing structure as the source volume. ==== Called by ==== BASIC+ [[copy_table|Copy_Table]] subroutine