FireDAC.Phys.ASA.TFDASABackup.OutputDir

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
Unit: FireDAC.Phys.ASA
Parent: TFDASABackup

Delphi

property OutputDir: String read FOutputDir write FOutputDir;

C++

__property System::UnicodeString OutputDir = {read=FOutputDir, write=FOutputDir};

Description

Specifies the directory the backup files are copied to.

Use the OutputDir to specify the directory the backup files are copied to.

If the directory does not exist, it is created. However, the parent directory must exist.

It corresponds to target-directory. For more details about the target-directory option, see http://infocenter.sybase.com/help/.

See Also