Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

DOSRename

Declaration

Source position: amigados.pas line 1663

function DOSRename(

  const oldName: STRPTR;

  const newName: STRPTR

):LongBool;

function DOSRename(

  const oldName: ShortString;

  const newName: PAnsiChar

):Boolean;

function DOSRename(

  const oldName: PAnsiChar;

  const newName: ShortString

):Boolean;

function DOSRename(

  const oldName: ShortString;

  const newName: ShortString

):Boolean;


Documentation generated on: 2025-07-25