log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
SmtpPickupDirAppender.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(
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.
See Also
SmtpPickupDirAppender Class | log4net.Appender Namespace