PathUtilsGetAbsolutePathRelativeToApplication Method |
Generates an absolute path based on the input. It is assumed that the input is
either an absolute path or a path relative to the application directory.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string GetAbsolutePathRelativeToApplication(
string path
)
Parameters
- path
- Type: SystemString
The input path.
Return Value
Type:
StringThe generated absolute path.
See Also