Category Creo Parametric TOOLKIT fundamentals, Object ProToolkit

Function ProToolkitApplTextPathGet


Description
Retrieves the path to the directory containing the "text" directory for the application.
Synopsis
#include <ProUtil.h>
ProErrorProToolkitApplTextPathGet(
ProPath text_path
/* (Out)
The path to where the text files (message and menu files) are located
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe text_path argument is NULL.

Manual References:

  1. Core: Utilities: Registry File Data

Sample Code References:

  1. pt_examples ( TestMain.c )
  2. pt_install_cxx ( TestInstall.cxx )
  3. pt_install_test ( TestInstall.c )
  4. pt_userguide ( UgREADME.c )
  5. pt_userguide ( UgFileEdit.c )