FireDAC.Stan.Util.FDNormPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDNormPath(const APath: String): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDNormPath(const System::UnicodeString APath);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Ensures that a path name ends with a delimiter.

FDNormPath ensures that a path name ends with a trailing path delimiter ('\').

If APath already ends with a trailing delimiter character, it is returned unchanged. Otherwise, APath is returned with an appended delimiter character.

See Also