Web.HTTPProd.QualifyFileName

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

Delphi

function QualifyFileName(const AFileName: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall QualifyFileName(const System::UnicodeString AFileName);

プロパティ

種類 可視性 ソース ユニット
function public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd Web.HTTPProd


説明

指定されたファイル名の完全修飾パスを返します。

QualifyFileName では、結果の完全修飾パス名が既存ファイルを指しているかや、結果のパスが存在するかの検証は行いません。

関連項目