JCL Help:FileMove

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Move file from one location to another one.


Pascal

 function FileMove(const ExistingFileName: string; const NewFileName: string; ReplaceExisting: Boolean = False): Boolean;


Parameters

Parameters Description
const ExistingFileName: string The existing file.
const NewFileName: string Specifies the new file name, or the name of a directory where the file shall be moved to.


Return Value

True, if the file was successfully moved, False, if not.


Description

Move file from one location to another one.


About

Unit

JclFileUtils


Donator

Robert Rossmair


Platforms

Windows Unix


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page