System.IOUtils.TPath.IsUNCRooted

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function IsUNCRooted(const Path: string): Boolean; static;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath

説明

指定されたパスが UNC(Universal Naming Convention:汎用命名規則)ルート形式かどうかを確かめます。

IsUNCRooted を呼び出すと、指定されたパスが UNC ルート形式かどうかを確かめることができます。UNC パスの場合は、先頭にバックスラッシュ文字が 2 つ付きます(たとえば、"\\computer\folder" など)。パスが UNC ルート形式の場合、IsUNCRootedTrue を返し、そうでない場合は False を返します。

関連項目