SystemInfo ConvertToFullPath Method Apache log4net™ SDK Documentation
Convert a path into a fully qualified local file path.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static string ConvertToFullPath(
	string path
)

Return Value

Type: OnlineString
The fully qualified path.
Remarks

Converts the path specified to a fully qualified path. If the path is relative it is taken as relative from the application base directory.

The path specified must be a local file path, a URI is not supported.

See Also