FireDAC.Stan.Util.FDExtractFileNameNoPath
Delphi
function FDExtractFileNameNoPath(const AFileName: String): String;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FDExtractFileNameNoPath(const System::UnicodeString AFileName);
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 file name without its extension.
FDExtractFileNameNoPath takes the file name passed in AFileName and removes its extension.