Table of Contents

Method GetExactPath

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

GetExactPath(string)

Gets the exact case used on the file system for an existing file or directory.

public static string GetExactPath(string path)

Parameters

path string

A relative or absolute path.

Returns

string

The full path using the correct case if the path exists. Otherwise, null.