System.SysUtils.IsRelativePath
Delphi
function IsRelativePath(const Path: string): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall IsRelativePath(const System::UnicodeString Path);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Indique si le chemin spécifié est un chemin relatif.
Si le chemin spécifié n'existe pas, IsRelativePath renvoie alors False.