Table of Contents

Method IsPathPartiallyQualified

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

IsPathPartiallyQualified(string)

Indicates whether a given path is not a fully qualified path location.

public static bool IsPathPartiallyQualified(string path)

Parameters

path string

Path to examine.

Returns

bool

True if the path is partial; otherwise, false.