getAbsFilePath
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE NoteThis function is not available in case of a distributed environment.
Function Syntax
Description
Gets the absolute path of a file. As parameter the file should be defined with the relative path to the current configuration.Parameters
- relPath: A path (with or without a filename) defined relative to the current configuration. If this parameter is empty, then the full path of the current configuration will simply be returned.
- absPath: Buffer to which the full path name should be copied.
- absPathLen: Size of the buffer [in bytes] for the full path name.