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.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string GetAbsolutePathRelativeToApplication(
string path
)
Parameters
- path
- Type: SystemString
The input path.
Return Value
Type:
StringThe generated absolute path.
See Also