Unit
QDB
Declaration
procedure RenameOrMoveFile(const SrcFileName, DstFileName : string);
Description
A file can be physically moved in two ways. "Copy and delete" is generally applicable but is much slower than "renaming" but the latter can only be used when the two filenames share a common logical drive. This routine manages the operation by the fastest means.