< Futurebasic < Language < Reference

Syntax

USR MOVEFILE

Revised

FEBRUARY, 2002 (Release 6)

Description

This 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

RENAME; FILES$; USR COPYFILE

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.