IOHelperGetFullPath Method

Returns the absolute path for the specified path string.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public static string GetFullPath(
	string path
)

Parameters

path  String
The file or directory for which to obtain absolute path information.

Return Value

String
The fully qualified location of path, such as "C:\MyFile.txt".

See Also