System.IOUtils.TPath.IsPathRooted

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

Delphi

class function IsPathRooted(const Path: string): Boolean; inline; static;

C++

static bool __fastcall IsPathRooted(const System::UnicodeString Path);

プロパティ

種類 可視性 ソース ユニット
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath


説明

指定されたパスが相対か絶対かをチェックします。

IsPathRooted を呼び出すと、指定されたパスが相対か絶対かをチェックします。IsPathRooted は、パスが絶対の場合には true を、そうでなければ false を返します。


次の表は、このメソッドで想定されているパラメータを示しています:

名前 意味

Path

検証されたパス


関連項目