Futurebasic/Language/Reference/usr movefile
Syntax
editUSR MOVEFILE
Revised
editFEBRUARY, 2002 (Release 6)
Description
editThis function moves a file from one location to another. If the move is successful, the copy of the file at the original location is erased and the function returns _noErr (zero). If the move fails, a file error code is returned. Example: The following example allows the user to select a file and a new destination before calling the USR MOVEFILE function. INCLUDE "Util_Files.incl"
folderName$ = FILES$(_fFolder,,,destVref%) LONG IF LEN(folderName$)
END IF
See Also
editRENAME; FILES$; USR COPYFILE