System.IOUtils.TPath.IsPathRooted

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath


Description

Vérifie si un chemin donné est relatif ou absolu.

Appelez IsPathRooted pour vérifier si le chemin donné est relatif ou absolu. IsPathRooted renvoie true si le chemin est absolu ; false dans le cas contraire.


Le tableau suivant liste les paramètres attendus par cette méthode :

Nom Signification

Path

Le chemin vérifié.


Voir aussi