System.Net.URLClient.TURI.PathRelativeToAbs

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

Delphi

class function PathRelativeToAbs(const RelPath: string; const Base: TURI): string; static;

C++

static System::UnicodeString __fastcall PathRelativeToAbs(const System::UnicodeString RelPath, const TURI &Base);

プロパティ

種類 可視性 ソース ユニット
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI


説明

相対パス RelPath と受け取り、それに相当する絶対パスを返します。

PathRelativeToAbs はパラメータ Base を使用して、絶対パスに対する基底パスを判断します。

関連項目