log4net SDK Reference

SystemInfo.ConvertToFullPath Method 

Convert a path into a fully qualified local file path.

[Visual Basic]
Public Shared Function ConvertToFullPath( _
   ByVal path As String _
) As String
[C#]
public static string ConvertToFullPath(
   string path
);

Parameters

path
The path to convert.

Return Value

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

SystemInfo Class | log4net.Util Namespace