System.SysUtils.IsRelativePath
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.