System.SysUtils.IsRelativePath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsRelativePath(const Path: string): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Gibt an, ob der angegebene Pfad ein relativer Pfad ist.

Wenn der angegebene Pfad nicht vorhanden ist, dann gibt IsRelativePath False zurück.

Siehe auch