FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: String read FFileName write FFileName;

C++

__property System::UnicodeString FileName = {read=FFileName, write=FFileName};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
FireDAC.Comp.BatchMove.Text TFDBatchMoveTextDriver

Description

Use the FileName property to specify the location and name of the source or the destination file.

The path can include path variables.

Note: The destination file is overwritten or created depending on the existence of the file on the destination.

Use the Stream property as an alternative to the FileName property.

Note: Stream and FileName are mutually exclusive.

See Also