fmove


Purpose
Rename or move a file.
Synopsis
procedure fmove(namesrc:string,namedest:string)
Arguments
namesrc 
The name of the file to be moved or renamed
namedest 
The destination name and/or path
Further information
This procedure renames the file namesrc to namedest. If the second name is a directory, the file is moved into that directory. The provided names may use extended notation.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.