FireDAC.Stan.Util.FDGetBestPath
Delphi
function FDGetBestPath(const ASpecifiedFileName, AGlobalFileName, ADefFileName: String): String;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FDGetBestPath(const System::UnicodeString ASpecifiedFileName, const System::UnicodeString AGlobalFileName, const System::UnicodeString ADefFileName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Returns the best configuration path.
FDGetBestPath returns the configuration path for ASpecifiedFileName
. If it does not exist, it returns the configuration path for ADefFileName
or AGlobalFileName
.