Table of Contents

FilePath.GetFullPath Method

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

This returns the fully qualified path for the specified path. This version allows wildcards in the filename part if present.

public static string GetFullPath(string path)

Parameters

path string

The path to expand

Returns

string

The fully qualified path name

Remarks

The System.IO.Path version of GetFullPath(string) will throw an exception if the path contains wildcard characters. This version does not.