SmtpPickupDirAppenderConvertToFullPath Method Apache log4net™ SDK Documentation
Convert a path into a fully qualified path.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected static string ConvertToFullPath(
	string path
)

Parameters

path
Type: SystemString
The path to convert.

Return Value

Type: String
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

Reference