Convert a path into a fully qualified path.
            
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- path
- Type:  System String System String
 The path to convert.
Return Value
Type: String
StringThe 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