Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

FileAppender.ConvertToFullPath�Method�

Convert a path into a fully qualified path.

[Visual�Basic]
Protected�Shared�Function�ConvertToFullPath( _
���ByVal path�As�String�_
)�As�String
[C#]
protected�static�string�ConvertToFullPath(
���stringpath
);

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.

See Also

FileAppender Class | log4net.Appender Namespace