Table of Contents

Method IsPathFullyQualified

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

IsPathFullyQualified(string)

Indicates whether given path is a fully qualified path location.

public static bool IsPathFullyQualified(string path)

Parameters

path string

Path to examine.

Returns

bool

True if the path is an absolute path; otherwise, false.