Table of Contents

Method IsPathValid

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

IsPathValid(string)

Indicates whether a given path contains only characters for path names.

public static bool IsPathValid(string path)

Parameters

path string

Path to check.

Returns

bool

True if successful; otherwise, false.