System.SysUtils.IsRelativePath

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

Delphi

function IsRelativePath(const Path: string): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsRelativePath(const System::UnicodeString Path);

プロパティ

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

説明

指定されたパスが相対パスかどうかを示します。

指定されたパスが存在しない場合、IsRelativePathFalse を返します。

関連項目