 | NeonServiceGetConfigFilePath Method |
Returns the physical path for the confguration file whose logical path is specified.
Namespace:
Neon.Service
Assembly:
Neon.Service (in Neon.Service.dll) Version: 2.14.0
Syntaxpublic string GetConfigFilePath(
string logicalPath
)
Public Function GetConfigFilePath (
logicalPath As String
) As String
public:
String^ GetConfigFilePath(
String^ logicalPath
)
member GetConfigFilePath :
logicalPath : string -> string
Parameters
- logicalPath
- Type: SystemString
The logical file path (typically expressed as a Linux path).
Return Value
Type:
StringThe physical path for the configuration file or
null if the logical file path is not present.
Remarks Note |
---|
This method does not verify that the physical file actually exists.
|
See Also