System.IOUtils.TPath.IsUNCRooted
Delphi
class function IsUNCRooted(const Path: string): Boolean; static;
C++
static bool __fastcall IsUNCRooted(const System::UnicodeString Path);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | System.IOUtils.pas System.IOUtils.hpp |
System.IOUtils | TPath |
Beschreibung
Überprüft, ob der angegebene Pfad über einen Stamm im UNC-Format (Universal Naming Convention) verfügt.
Mit IsUNCRooted können Sie überprüfen, ob ein Pfad über einen Stamm im UNC-Format (Universal Naming Convention) verfügt. Ein UNC-Pfad beginnt mit zwei umgekehrten Schrägstrichen (z. B. \\computer\folder). IsUNCRooted gibt true zurück, wenn der Pfad einen UNC-Stamm hat. Andernfalls wird false zurückgegeben.