[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

DOSRename

Rename a directory or file

Declaration

Source position: amigados.pas line 2257

function DOSRename(

  const OldName: STRPTR;

  const NewName: STRPTR

):LongInt;

Arguments

OldName

  

File to rename.

NewName

  

New name for the file.

Description

Rename() attempts to rename the file or directory specified as oldName with the name newName. If the file or directory newName exists, Rename() fails and returns an error. Both oldName and the newName can contain a directory specification. In this case, the file will be moved from one directory to another.

Note: it is impossible to Rename() a file from one volume to another.


Documentation generated on: 2017-01-10