FireDAC.Stan.Util.FDNormPath

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function FDNormPath(const APath: String): String;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

パス名が必ず区切り記号で終わるようにします。

FDNormPath は、パス名が必ず、パス区切り文字「\」で終わるようにします。

APath の最後の文字が区切り文字だった場合、変更せずにそのまま返されます。そうでなければ、区切り文字が追加して APath は返されます。

関連項目