FireDAC.Stan.Util.FDFileMove
Delphi
procedure FDFileMove(const ASrcName, ADestName: String);
C++
extern DELPHI_PACKAGE void __fastcall FDFileMove(const System::UnicodeString ASrcName, const System::UnicodeString ADestName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Moves the file to a new specified path.
FDFileMove moves the file specified by ASrcName
to the path specified by the ADestName
parameter.